Container
Page content wrapper with responsive horizontal padding.Link
Internal navigation link with Livewirewire:navigate.hover for SPA-like navigation.
Separator
Visual divider between content sections.Breadcrumb
Navigation breadcrumb with mobile back link support.Props
| Prop | Type | Description |
|---|---|---|
back | string | URL for mobile back link |
current | string | Current page title (optional) |
Breadcrumb Link
Validation Errors
Displays Laravel validation errors in a styled error box.$errors->all().
Source:
Dropdown Link
Menu item for dropdown menus.Form Slide-over
Wrapper for forms displayed in slide-over panels.Props
| Prop | Type | Description |
|---|---|---|
action | string | Livewire method to call on submit |
close-panel | string | Panel name to close after submit |
Slots
| Slot | Description |
|---|---|
title | Slide-over header title |
default | Form content |
buttons | Footer action buttons |