Tabs to sidebar view
Hello community π
Is there a way to place tab names to left side?

1 Reply
GitHub
Add/vertical tabs by Bender-0 Β· Pull Request #15176 Β· filamentphp/f...
Description
Adds a vertical orientation option for Tabs component
Visual changes
Before
After
Tabs::make('Tabs')
->vertical() // Makes the tabs display vertically
...