Component Library
Dashboard for Laravel provides extended dashboard components and type-safe wrappers around Bootstrap Vue Next.
Extended Components
Dashboard-ready components built specifically for Laravel applications:
| Component Click to sort ascending | Description | Type |
|---|---|---|
DXDashboard | Complete dashboard layout combining sidebar, navbar, and content area with state management | Extended |
DXDashboardNavbar | Top navigation bar with hamburger menu, page title, and user dropdown | Extended |
DXDashboardSidebar | Responsive collapsible sidebar with navigation, localStorage persistence, and custom branding | Extended |
DXForm | Form renderer from field definitions, with optional tabs, conditional fields, per-field slots, async options, and nested repeaters | Extended |
DXField | Single-field renderer for any field type, with value/span/info/hint slots | Extended |
DXRepeater | Repeatable nested sub-form (field array) for dynamic collections | Extended |
DXCurrencyInput | Money input with symbol prepend, blur-padded display, empty → null, and an integer minor-units mode — the DXField currency control, usable standalone | Extended |
DXStatCard | Stat/metric card with label, value, trend indicator, and optional icon | Extended |
DXSwitch | Filled-box toggle switch (label + toggle, primary on-state), used standalone or as the DXField switch field | Extended |
DXUserAvatar | Circular user avatar (initial on a disc) with an optional notification dot — the navbar user-icon default | Extended |
DXChart | Themed chart wrappers (DXBarChart, DXLineChart, DXDoughnutChart) built on chart.js | Extended |
DXTable | Data table with pagination, sorting, and custom cell rendering | Extended |
Base Components
Type-safe wrappers around Bootstrap Vue Next components with dynamic slot forwarding and API stability. All 55 base components (D* prefix) forward props, events, and slots from their Bootstrap Vue Next counterparts.
For complete API documentation of base components, refer to theBootstrap Vue Next documentation.