How to transform a normal Wizard into a Vertical Wizard?

I need to transform the default Filament wizard from horizontal to vertical. How can I do that? What exactly do I need to edit?
No description
1 Reply
Eugen Pașca
Eugen Pașca2w ago
Hey, there is a CSS solution on github https://github.com/filamentphp/filament/discussions/13894
GitHub
Vertical navigation for Wizard · filamentphp filament · Discussio...
I have created a piece of CSS that turns the Wizard into vertical It is activated by adding class fi-fo-wizard-vertical to the wizard using: Wizard::make(...)->extraAttributes(['class' =...

Did you find this page helpful?