Hey everyone! I’m building a custom POS terminal in Vue inside a Laravel + Filament app. I want my Vue components (buttons, inputs, cards, etc.) to match Filament’s default look and feel.
Can I directly use Filament’s component classes (like fi-btn, fi-card, etc.) in Vue templates?
If yes, what’s the best way to load Filament’s CSS so my Vue app can use them?
Or is there a recommended way to integrate Filament components into a custom Vue POS terminal?