VILT Components
Themes and UI
Larafast VILT stack Themes and UI
Larafast uses Vue, TailwindCSS and DaisyUI. Feel free to modify, add and use any components from DaisyUI or TailwindCSS.
DaisyUI supports 32 themes, which are pre-installed out of the box, to read more about themes check here: https://daisyui.com/docs/themes/
To modify theme, add data-theme=“…themename…” to resources/views/app.blade.php
file
app.blade.php
All the components are located in /recources/js
… folder.
To create a new Page add it to the resources/js/Pages
folder.
To create a new Component add it to the resources/js/Components
folder.