An open API service indexing awesome lists of open source software.

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.

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

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)

[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](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.

![App Screenshot](https://www.marham.pk/healthblog/wp-content/uploads/2018/01/help-1.jpg)