A React UI component library built with TypeScript, Tailwind CSS, and modern build tools.
npm install kalki-ui
# or
yarn add kalki-ui
# or
pnpm add kalki-ui
import { Component } from 'kalki-ui';
import 'kalki-ui/dist/index.css';
dev
- Start development mode with watchbuild
- Build the library for productionclean
- Remove build artifactslint
- Run ESLint checkslint:fix
- Fix ESLint issuesformat
- Format code with Prettiertypecheck
- Run TypeScript type checkspre
- Start Vite development serverpre:build
- Build with ViteMIT © Ravi Teja