Skip to content

Components

All components are auto-imported — no manual import needed once the module is registered.

ComponentPurpose
MongocampLoginFormKit schema-driven login form
MongocampUsersFull CRUD table for users
MongocampRolesFull CRUD table for roles
MongocampRoleGrantsPer-role collection grant management
MongocampCollectionsTable of all collections, with links to info/data pages
MongocampCollectionInfosStat cards + inferred schema for one collection
MongocampCollectionDataPaginated, filterable, sortable document table
MongocampBucketFilesPaginated, filterable GridFS bucket file browser with upload/download/delete/rename
MongocampJobsFull CRUD table for scheduled background jobs
MongocampAccountCurrent-user account page: profile, password change, API key
MongocampDatabasesRead-only table of all databases (size, collection count)
MongocampVersionServer name/version badge

UTable columns with custom cells (badges, icon buttons, actions) are built with h() + resolveComponent() rather than <template> slots — see the component source for the pattern if you're building your own tables against the same composables.

Released under the MIT License.