nepaliui
v0.1.4
Published
A daisyUI-inspired Tailwind CSS plugin crafted in Nepal
Downloads
577
Maintainers
Readme
🇳🇵 NepaliUI
Crafted in Nepal, built for the world 🌍
A daisyUI-inspired Tailwind CSS plugin that helps you build beautiful interfaces faster using clean semantic utility classes.
⚡ Quick Start
📦 Installation
npm install nepaliui⚙️ Setup
Add the plugin to your tailwind.config.js
module.exports = {
content: ["./src/**/*.{html,js,jsx,ts,tsx}"],
plugins: [require("nepaliui")],
}🎨 Usage
<button class="nui-btn nui-btn-primary">Primary Button</button>
<button class="nui-btn nui-btn-outline">Outline Button</button>
<input class="nui-input" placeholder="Enter your name" />
<div class="nui-card">
This is a card
</div>
<div class="nui-alert">
Something happened
</div>
<span class="nui-badge">New</span>✨ Features
- 🎨 Semantic Tailwind UI components
- 🌙 Theme support with dark mode
- ⚡ Lightweight Tailwind plugin architecture
- 🧩 DaisyUI-inspired developer experience
- 🇳🇵 Nepal-first UI blocks (coming soon)
🌙 Theme Support
Switch between themes easily:
<html data-theme="dark">Available themes:
lightdark
📦 Included Components
- ✅ Button
- ✅ Card
- ✅ Input
- ✅ Alert
- ✅ Badge
🚀 Roadmap
- [x] Button
- [x] Card
- [x] Input
- [x] Alert
- [x] Badge
- [ ] Modal
- [ ] Dropdown
- [ ] Tabs
- [ ] BS Datepicker
- [ ] NPR Currency Input
- [ ] eSewa / Khalti Buttons
- [ ] District / Province Select
🤝 Contributing
Contributions, feature requests, and ideas are always welcome.
Built with ❤️ from Nepal.
📄 License
MIT © Binod Raj Dhami
