https://github.com/asiflhr/next-tailwindcss-defaulttheme
A ReactJS/NextJS supported customizable default theme using Tailwind CSS.
https://github.com/asiflhr/next-tailwindcss-defaulttheme
nextjs nextjs13 tailwindcss tialwind-css
Last synced: about 2 months ago
JSON representation
A ReactJS/NextJS supported customizable default theme using Tailwind CSS.
- Host: GitHub
- URL: https://github.com/asiflhr/next-tailwindcss-defaulttheme
- Owner: asiflhr
- Created: 2023-09-12T14:45:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T18:36:39.000Z (over 2 years ago)
- Last Synced: 2024-03-15T00:22:56.431Z (about 2 years ago)
- Topics: nextjs, nextjs13, tailwindcss, tialwind-css
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/next-tailwindcss-defaulttheme
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
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:
```bash
npm i next-tailwindcss-defaulttheme
```
or
```bash
yarn add next-tailwindcss-defaulttheme
```
and use it by adding it to your tailwindcss.config.js plugins:
```javascript
/** @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](https://www.github.com/asiflhr) profile
## 🚀 About Me
Hi, I'm a React | NextJS | React-Native Developer from Pakistan.
## Badges
[](https://choosealicense.com/licenses/mit/)
[](https://opensource.org/licenses/)
[](http://www.gnu.org/licenses/agpl-3.0)
## Used By
This project is used by the following companies:
- [Infostack](https://www.infostacktech.com)
- [Nexxt.ai](https://www.nexxt.ai)
- [Visitlye](https://www.visitlye.com)
## 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.
