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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ TailGrids is a library of high-quality Tailwind CSS UI components and blocks, de
4
4
5
5
The free core version provides numerous UI components along with all core components. It is available for both personal and commercial projects. Please feel free to use it, and don't forget to support and inspire our team by starring this repo.
6
6
7
-
It's worth noting that this same set of components is also available for React and Vue.js.
7
+
It's worth noting that this same set of components is also available for React.js and Vue.js.
8
8
9
9
### [🚀 Explore All Components](https://tailgrids.com/components)
10
10
@@ -14,9 +14,9 @@ It's worth noting that this same set of components is also available for React a
14
14
15
15
### Installing via NPM
16
16
17
-
Ensure you've installed [Node.js](https://nodejs.org) and [Tailwind CSS](https://tailwindcss.com) before TailGrids NPM package. Here's a quick guide to get you started with Tailgrids:
17
+
Ensure you've installed [Node.js](https://nodejs.org) and [Tailwind CSS](https://tailwindcss.com/docs/plugins) before TailGrids NPM package. Here's a quick guide to get you started with Tailgrids:
18
18
19
-
**1. Install the [TailGrids NPM package](https://www.npmjs.com/package/tailgrids/?ref=tailgrids.com):**
19
+
**1. Install the [TailGrids NPM package](https://www.npmjs.com/package/tailgrids):**
20
20
21
21
```bash
22
22
npm i tailgrids
@@ -34,6 +34,8 @@ module.exports = {
34
34
35
35
And that's it! You're all set to start using TailGrids in your project. Happy coding!
36
36
37
+
>This TailGrids NPM package enables you to use UI components seamlessly in HTML, React, and Vue projects.
38
+
37
39
### [⚡ Get PRO Version](https://tailgrids.com/pricing)
38
40
39
41
### [📄 Detailed Documentation and Usage Guide](https://tailgrids.com/docs)
0 commit comments