# 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/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tomatophp.com/learn/awesome-tailwindcss.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
