1.1.10 • Published 8 months ago

next-tailwindcss-defaulttheme v1.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

🚀 About Me

Hi, I'm a React | NextJS | React-Native Developer from Pakistan.

Badges

MIT License

GPLv3 License

AGPL License

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.

App Screenshot

1.1.10

8 months ago

1.1.9

8 months ago

1.1.8

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago