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!