How can I use Filament styles?
Sorry - I just started using Filament today.
I want to create a custom blade view for rendering a form component. The field in question is a JSON field that stores an array of strings. I want this rendered as multiple input fields. How can I make it so the input fields match the default Filament styles? Is there a component or partial I can use? Surely I don't just to manually copy all the Tailwind strings from a filament input to match the styling?
Here's my code so far:
2 Replies
Solution
there is blade components:
https://filamentphp.com/docs/3.x/support/blade-components/overview
Ah, thank you. I suspect that actually wiring it in this way is going to be difficult or impossible, though.