#How to use filament component in front-end of website?
6 messages · Page 1 of 1 (latest)
It's not clear how you've configured your layout. There is useful information relating to layout setup here:
https://filamentphp.com/docs/3.x/notifications/installation#configuring-your-layout
Providing more context might help identify your issue
You should use only @left ravineStyles
@left ravineScripts
I am using it. Further, to use any blade component as given in Filament blade, you can just use as per documentation. But to you forms, table, actions and more you would need livewire or any filament custom pages and follow documentation of using forms, table, action etc in livewire.
@left ravineStyles
@left ravineScripts
is just a wrapper around livewireStyles and livewireScripts with additional filament features. Ensure you configure talwindConfig correctly.
I will do this, thanks mate