react-tailwind-loaders
v0.2.6
Published
React.js loaders build with TailwindCSS, usable in any react or next application with tailwindcss.
Downloads
28
Maintainers
Readme
react-tailwind-loaders
React.js loaders build with TailwindCSS, usable in any react or next application with tailwindcss.
To make use of this package, make sure you update your tailwind config file to include the following:
Usage:
Install the package:
npm install react-tailwind-loaders
Configure tailwind.config.js:
content: [
'./node_modules/react-tailwind-loaders/**/*.{css,js}', // <- this line is important
'./src/**/*.{ts,tsx}',
],
Documentation
For full documentation, please visit the react-tailwind-loaders repository.