uielemniv
v0.0.3
Published
A comprehensive, production-ready React UI component library by Bandhan Pokhrel. Built with Vite, TypeScript, Tailwind CSS, and Framer Motion.
Readme
uielemniv
A comprehensive, production-ready React UI component library by Bandhan Pokhrel. Built with Vite, TypeScript, Tailwind CSS, and Framer Motion.
Features
- 🎨 Premium Aesthetics: Polished, modern design with smooth animations.
- 📦 Treeshakable: Import only what you need.
- 🚀 Performance First: Optimized for speed and minimal bundle size.
- 📘 TypeScript Support: Full type definitions included.
Installation
npm install uielemniv
# OR
yarn add uielemnivQuick Start
Import styles (if required by your setup) and components:
import { Button, Card } from 'uielemniv'
function App() {
return (
<Card>
<h1>Hello World</h1>
<Button onClick={() => alert('Hi!')}>Click Me</Button>
</Card>
)
}Components
Core
Overlay & Interactive
Utilities
Development
Built with Vite.
# Install dependencies
npm install
# Run dev mode
npm run dev
# Build library
npm run buildLicense
MIT
