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

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.
image.png
Screenshot_2024-08-29_155953.png
Was this page helpful?