How can i use filament blade components outside of filament panels?
I want to use for example the filament side bar in a livewire component that isnt a part of the filament admin panel
1 Reply
You can just use the blade components. The sidebar isn't a component though. It's part of the layout. It's probably also coupled too tightly to the admin panel