A tab switcher containing different form fields for each
I would like to have a tab switcher where each tab contains a bit different fields for example tab 1 will have title and slug, the second body, the third media etc.
Something like on the attachment image below this question.
I know about side panel, I am already using it π
But I need even more granularity. Also, I will need not just one such tab switcher per one resource, meaning there could be three or more stacked one below the other on one edit page and each tab should be able to have its own state when you are clicking between tabs in each of them
The examples title, body, slug... are just examples. The real app is more complex with different fields.
Thanks for any recommendations.
Solution:Jump to solution
There's already a tabs component? https://filamentphp.com/docs/3.x/forms/layout/tabs
2 Replies
Solution
There's already a tabs component? https://filamentphp.com/docs/3.x/forms/layout/tabs
Wow, super cool!