> ## Documentation Index
> Fetch the complete documentation index at: https://docs.larafast.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Themes and UI

> Larafast VILT stack Themes and UI

Larafast uses [Vue](https://vuejs.org/), [TailwindCSS](https://tailwindcss.com/) and [DaisyUI](https://daisyui.com/). Feel free to modify, add and use any components from DaisyUI or TailwindCSS.&#x20;

DaisyUI supports 32 themes, which are pre-installed out of the box, to read more about themes check here: [https://daisyui.com/docs/themes/](https://daisyui.com/docs/themes/)

To modify theme, add data-theme="...themename..." to `resources/views/app.blade.php` file

```php app.blade.php theme={null}
<html data-theme="light" class="scroll-smooth">
```

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.

[//]: # "<figure><img src=\"../.gitbook/assets/CleanShot 2024-02-18 at 09.56.33@2x (1).png\" alt=\"\"><figcaption></figcaption></figure>"
