nuxt-x-app-admin
Dashboard
Complete dashboard layout with all widgets for an admin portal overview.
Dashboard
Complete dashboard layout with all widgets for an admin portal overview.
Components
<XAdminDashboard />
Props, events, and behaviour reflect the actual <script setup> of XAdmin/Dashboard/index.vue in @xenterprises/nuxt-x-app-admin.
<XAdminDashboard />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
customMetrics | Array | [] | Custom metric cards to render instead of the default metrics from useXAdminDashboard(). Each item is { key, label, value, change? }. |
AI Context
component: XAdminDashboard
package: "@xenterprises/nuxt-x-app-admin"
category: Dashboard
source: app/components/XAdmin/Dashboard/index.vue
use-when: Complete dashboard layout with all widgets for an admin portal overview.
