FilamentF
Filament2y ago
Zoey

How can I create custom UI Blade components?

For some reason, not all of the Filament form fields have relative UI Blade components. I want to use a UI Blade component for the Toggle form field in a custom Livewire page. This is already possible with the Filament Select input field via <x-filament::input.select />, but there is no Toggle UI blade component.

Here are the current available UI Blade components for form fields: https://filamentphp.com/docs/3.x/support/blade-components/overview

Can someone please show and example of how to create a UI Blade using the Toggle field?
Was this page helpful?