@niftyers/next-ui
v0.0.2
Published
A simple, open source, accessible nextjs ui components on top of talwindcss.
Readme
niftyers-next-ui
Lightweight, Next.js-ready UI components built with Tailwind CSS.
Designed for speed, simplicity, and beautiful defaults.
✨ Features
- Built for Next.js (but works in any React project)
- TailwindCSS first — minimal extra styles
- Lightweight, tree-shakable components
- Open-source and MIT licensed
🚀 Installation
First, make sure you have TailwindCSS set up in your Next.js project.
If not, you can follow the Tailwind Next.js installation guide.
Then, install @niftyers/next-ui:
npm install @niftyers/next-ui❤️ Contributing
Pull requests, feature ideas, and bug reports are welcome!
Please make sure your commits follow the Conventional Commits standard:
feat: A new featurefix: A bug fixdocs: Documentation changeschore: Tooling or maintenance updatesstyle: Changes that do not affect meaning (formatting, whitespace, etc.)refactor: Code changes that neither fix a bug nor add a featureperf: A code change that improves performancetest: Adding missing tests or fixing existing tests
🙌 Acknowledgments
Main Contributor:
- Lambert Cadalzo – Creator & Maintainer of @niftyers/next-ui
