Open In App

Top 10 Tailwind CSS Plugins

Tailwind CSS: This is called utility-first CSS framework which is used for building the custom UI It is a very customizable and low-level CSS framework that gIt provides you with the building blocks that help you to build great designs without any annoying styles.

The top 10 Tailwind CSS Plugins are given below: 



1. Tailwind CSS Typography:

You can download it by the following command:



// Using npm
npm install @tailwindcss/typography

// Using Yarn
yarn add @tailwindcss/typography.

 

2. Tailwind CSS Custom Forms:

You can download it by the following command:

// Using npm
npm install @tailwindcss/custom-forms --save-dev

// Using Yarn
yarn add @tailwindcss/custom-forms -D

3. Tailwind CSS Table Plugin:

You can download it by the following command:

// With using NPM
npm install tailwindcss-tables --save

// With usingYarn
yarn add tailwindcss-tables

4. Tailwind CSS Theming Plugin:

You can download it by the following command:

$ yarn add tailwindcss-theming@next --dev

5. Tailwind CSS Truncate Multiline: 

You can download it by the following command:

// With using npm
npm install tailwindcss-truncate-multiline --save

// With using yarn
yarn add tailwindcss-truncate-multiline 

6. Tailwind CSS-Elevation:

You can download it by the following command:

npm install tailwindcss-elevation

7. Tailwind CSS Aspect Ratio:

You can download it by the following command:

npm install tailwindcss-aspect-ratio

8. Tailwind CSS Gradients:

You can download it by the following command:

npm install tailwindcss-gradients

9. Tailwind CSS Debug Screens:

You can download it by the following command:

npm install tailwindcss-debug-screens --save-dev

10. Tailwind CSS Spinner:

// With using yarn
yarn add -D tailwindcss-spinner

// With using npm
npm install --save-dev tailwindcss-spinner
Article Tags :