Pages · Laravilt
Tabs
Tabbed interface for content
Organize content into tabbed panels.
Basic Usage
php
Tab with Icon
php
Tab with Badge
php
Persist Active Tab
php
Set Active Tab
php
Tabs Methods
| Method | Description |
|---|---|
make(string) | Create tabs |
tabs(array) | Set tab array |
activeTab(int) | Default tab index |
persistTabInQueryString(bool) | Persist in URL |
getTabs() | Get tabs array |
Tab Methods
| Method | Description |
|---|---|
make(string) | Create tab |
label(string|Closure) | Tab label |
icon(string|Closure) | Lucide icon |
badge(string|Closure) | Badge text |
schema(array) | Tab content |
getLabel() | Get label |
getIcon() | Get icon |
getBadge() | Get badge |
getSchema() | Get schema |
Complete Example
php