> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/learn/awesome-tailwindcss.md).

# Awesome TailwindCSS

our stack is VILT, so we use CSS TailwindCSS we now install these packages inside the Laravel app we created in the last step but before we start we need to install NPM & Yarn

```bash
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo bash -
sudo apt install -y nodejs vim
sudo apt install gcc g++ make
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install yarn
```

now it's installed, let's start to build our frontend assets, first install TailwindCSS

```bash
yarn 
yarn watch
```

you can make your edits on the frontend file inside `resources/js`

### Awesome Resources for Tailwind

1. [Tailwind Kit](https://www.tailwind-kit.com/)
2. [Gust UI](https://www.gust-ui.com/)
3. [Merak UI](https://merakiui.com/)
4. [Windstrap](https://windstrap.netlify.app/)
5. [Tailwind Components](https://tailwindcomponents.com/)
6. [Kit Wind](https://kitwind.io/)
7. [Tailblocks](https://tailblocks.cc/)
8. [Tailwind Toolbox](https://www.tailwindtoolbox.com/)
9. [Mamba UI](https://www.mambaui.com/)
10. [Kutty](https://kutty.netlify.app/)
11. [Daisy UI](https://daisyui.com/)
12. [Flowbite](https://flowbite.com/)
13. [Tailwind UI Kit](https://tailwinduikit.com/)
14. [Hyper UI](https://hyperui.dev/)
15. [Post Src](https://postsrc.com/)
16. [Tailwind Elements](https://tailwind-elements.com/)
