You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tailwind CSS is a popular utility-first CSS framework that allows you to rapidly build user interfaces by composing classes.
11
+
It's known for its simplicity and flexibility.
13
12
14
-
<DocCardList />
13
+

14
+
15
+
> Here's a **comprehensive introduction with coding samples** to get you started:
16
+
17
+
## ✅ **Installation**
18
+
19
+
Before using Tailwind CSS, you need to install it via npm or yarn. Make sure you have a new or existing HTML file to work with.
20
+
21
+
```bash
22
+
# Install Tailwind CSS
23
+
npm install tailwindcss
24
+
25
+
# Create a configuration file (if not already present)
26
+
npx tailwindcss init
27
+
```
28
+
29
+
## ✅ **Setting Up HTML**
30
+
31
+
Create an HTML file (e.g., `index.html`) and include Tailwind CSS in the head of your document.
These examples should give you a good start with Tailwind CSS. For production-ready starters & templates, feel free to access the products listed in this section:
101
+
102
+
<DocCardList />
17
103
18
-
## Resources
104
+
## ✅ Resources
19
105
20
-
- 👉 More [Free Starters](https://appseed.us/admin-dashboards/open-source/) - crafted by AppSeed
21
-
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
106
+
- 👉 Access [AppSeed](https://appseed.us/) and start your next project
107
+
- 👉 [Deploy Projects on Aws, Azure and Digital Ocean](https://www.docs.deploypro.dev/) via **DeployPRO**
108
+
- 👉 Create an amazing landing page with [Simpllo, an open-source site builder](https://www.simpllo.com/)
Soft UI Flowbite is built with over 30 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
17
+
All components can take variations in color, which you can easily modify using TailwindCSS config and classes.
18
+
19
+
**Example Pages** - If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages.
20
+
21
+

22
+
23
+
<br />
24
+
25
+
## ✅ Resources
26
+
27
+
- 👉 More [Tailwind Templates](https://www.creative-tim.com/templates/tailwind-free?AFFILIATE=128200) - all free
28
+
- 👉 [Admin dashboards](https://www.admin-dashboards.com/) - a huge index with templates and apps
29
+
- 👉 More [ui themes and templates](https://www.ui-themes.com/) - free & paid products
0 commit comments