DashboardView
DashboardView(
props):Element
Defined in: packages/react/src/components/views/DashboardView.tsx:28
Admin dashboard content component.
Renders a card grid with one card per registered VexCMS collection.
Each card links to the collection’s list view at /admin/:slug.
This component renders the content area only — it does not include the
sidebar or layout shell. VexAdminPage in @vexcms/next wraps it with
AdminLayout.
Parameters
Section titled “Parameters”Dashboard props
Returns
Section titled “Returns”Element
Example
Section titled “Example”<DashboardView config={vexConfig} />