Does a Toggle blade component exist?
I want to use it in my View::make but i didn't found on the documentation of Core Concepts -> Blade Components, if not possible where can i get the styling and js so i can cannibalize it?
2 Replies
All of filaments blade components can be found in the vendor directory.
I wouldn’t recommend publishing them, but you’re free to copy any of them into your app and cannibalize as you see fit.
yeah i was thinking about that and the headache it would cause me, but hey thanks!