next-tailwindcss-defaulttheme
v1.1.10
Published
A ReactJS/NextJS supported customizable default theme using Tailwind CSS.
Downloads
12
Maintainers
Readme
next-tailwindcss-defaultTheme
A ReactJS/NextJS supported customizable default theme using Tailwind CSS.
To use the package in another Next.js project after publishing to npms, you can follow these steps:
npm i next-tailwindcss-defaulttheme
or
yarn add next-tailwindcss-defaulttheme
and use it by adding it to your tailwindcss.config.js plugins:
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [require('next-tailwindcss-defaulttheme')],
}
Authors
- Visit my Github profile
🚀 About Me
Hi, I'm a React | NextJS | React-Native Developer from Pakistan.
Badges
Used By
This project is used by the following companies:
Related
This library is under-deveopment, keep visiting for new updates...
Contributing
Contributions are always welcome!
Contact for contributing to make this library awesome, and make available to help others.
See contributing.md
for ways to get started.