Skip to content

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.

DashboardProps

Dashboard props

Element

<DashboardView config={vexConfig} />