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')],
}
- Visit my Github profile
Hi, I'm a React | NextJS | React-Native Developer from Pakistan.
This project is used by the following companies:
This library is under-deveopment, keep visiting for new updates...
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.