Components
All components are auto-imported — no manual import needed once the module is registered.
| Component | Purpose |
|---|---|
MongocampLogin | FormKit schema-driven login form |
MongocampUsers | Full CRUD table for users |
MongocampRoles | Full CRUD table for roles |
MongocampRoleGrants | Per-role collection grant management |
MongocampCollections | Table of all collections, with links to info/data pages |
MongocampCollectionInfos | Stat cards + inferred schema for one collection |
MongocampCollectionData | Paginated, filterable, sortable document table |
MongocampBucketFiles | Paginated, filterable GridFS bucket file browser with upload/download/delete/rename |
MongocampJobs | Full CRUD table for scheduled background jobs |
MongocampAccount | Current-user account page: profile, password change, API key |
MongocampDatabases | Read-only table of all databases (size, collection count) |
MongocampVersion | Server 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.