Using Filament tailwind components in Vuejs
Hi guys, I want to create a custom page that will not be served via Filament/Laravel, but it will be served via a Vuejs app. So this custom page, let's say it's at /test , will render tailwind components and make API calls to my backend. Is there any way to use Filament's components (especially form components) design there, as I want to stay consistent on my design? What would be the easiest way to achieve this? Thank you in advance!
3 Replies
The components are all Blade or Livewire so you cannot use them inside Vue
thanks for answering Dennis!
If I'm not wrong the Filament Core team mentioned that they heavily based their designs on https://razorui.com/ , so I guess I'll try to go down that route
V2 was based a lot on RazorUI. But v3 got a major makeover