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 | Description | Type |
|---|---|---|
DXDashboard | Complete dashboard layout combining sidebar, navbar, and content area with state management | Extended |
DXBasicForm | Form component that renders from field definitions with built-in validation | 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 | Advanced form component with validation, error handling, and submit states | 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 the Bootstrap Vue Next documentation .