From dc5e3b0a23a3960166502c26a2aee51e62fbadfa Mon Sep 17 00:00:00 2001 From: Musharof Chowdhury Date: Mon, 29 Apr 2024 15:17:03 +0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a38fcb6..56a2666 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ TailGrids is a library of high-quality Tailwind CSS UI components and blocks, de 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. -It's worth noting that this same set of components is also available for React and Vue.js. +It's worth noting that this same set of components is also available for React.js and Vue.js. ### [🚀 Explore All Components](https://tailgrids.com/components) @@ -34,6 +34,8 @@ module.exports = { And that's it! You're all set to start using TailGrids in your project. Happy coding! +>This TailGrids NPM package enables you to use UI components seamlessly in HTML, React, and Vue projects. + ### [⚡ Get PRO Version](https://tailgrids.com/pricing) ### [📄 Detailed Documentation and Usage Guide](https://tailgrids.com/docs) From dff67c57721032dd2b2e98f8588cc879cf2591bf Mon Sep 17 00:00:00 2001 From: Musharof Chowdhury Date: Mon, 29 Apr 2024 15:18:00 +0600 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56a2666..5c581ea 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ It's worth noting that this same set of components is also available for React.j ### Installing via NPM -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: +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: -**1. Install the [TailGrids NPM package](https://www.npmjs.com/package/tailgrids/?ref=tailgrids.com):** +**1. Install the [TailGrids NPM package](https://www.npmjs.com/package/tailgrids):** ```bash npm i tailgrids