Two columns form
Hello, I'm studying Filament, and I would like to create a form for article creation divided into two columns (like WordPress, but more beautiful π ). I can't figure out how to split the form into two. I understand how to create multiple columns for the fields, but I haven't figured out how to separate them. See the screenshot , is PoC for another project
6 Replies
Have a look at the code for the demo. It has sidebars.
thank you! Find it in the product creation
Now that you know how to do it natively thereβs a FixedWidthSidebar component here https://github.com/awcodes/filament-extras if you want a plug and play layout.
GitHub
GitHub - awcodes/filament-extras
Contribute to awcodes/filament-extras development by creating an account on GitHub.
i'm trying to install extras with composer require awcodes/filament-extras
but i get this error
ah, yea, that particular package isn't updated for v3.
could still probably piece it together using the class as a reference to make a custom layout component for your app.
ok, i will go with the filament way, but now i ha 15 days of vacancies π