-
In short. |
Beta Was this translation helpful? Give feedback.
Answered by
d4tdev
Oct 30, 2022
Replies: 1 comment 3 replies
-
With NPMnpm install tailwindcss-tables --save With Yarnyarn add tailwindcss-tables ManuallyCreate a /plugins/tailwindcss-tables folder in your project and drop 'index.js' inside of it. See details at: https://www.npmjs.com/package/tailwindcss-tables |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
montasim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With NPM
npm install tailwindcss-tables --save
With Yarn
yarn add tailwindcss-tables
Manually
Create a /plugins/tailwindcss-tables folder in your project and drop 'index.js' inside of it.
See details at: https://www.npmjs.com/package/tailwindcss-tables