Components

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:

ComponentDescriptionType
DXDashboardComplete dashboard layout combining sidebar, navbar, and content area with state managementExtended
DXBasicFormForm component that renders from field definitions with built-in validationExtended
DXDashboardNavbarTop navigation bar with hamburger menu, page title, and user dropdownExtended
DXDashboardSidebarResponsive collapsible sidebar with navigation, localStorage persistence, and custom brandingExtended
DXFormAdvanced form component with validation, error handling, and submit statesExtended
DXTableData table with pagination, sorting, and custom cell renderingExtended

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.

View all base components →

For complete API documentation of base components, refer to the Bootstrap Vue Next documentation .