#How to use filament component in front-end of website?

6 messages · Page 1 of 1 (latest)

burnt meadow
#

I want to use Filament buttons, but they aren't working for me. I've added the Filament and Livewire styles and scripts in the base layout:

    @filamentStyles
    @livewireStyles

    @filamentScripts
    @livewireScripts

but it didn't work.

hallow spearBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

ember rivet
latent brook
#

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.

burnt meadow