10.0.0 • Published 10 months ago

@rohitgadekar/kimui v10.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

KimUI Component Library

A comprehensive, production-ready React component library built with Radix UI primitives and Tailwind CSS. Focused on accessibility, customization, and developer experience.

Features

  • 🎨 Fully customizable with Tailwind CSS
  • ♿️ ARIA-compliant accessible components
  • 🌙 Dark mode support out of the box
  • 📱 Responsive and mobile-first
  • 🎯 TypeScript support with full type definitions
  • ⚡️ Tree-shakeable and optimized for production
  • 🧩 40+ production-ready components
  • 📚 Comprehensive documentation and examples

Installation

pnpm install @rohitgadekar/kimui@10.0.0

Component Categories

Layout

  • Accordion
  • AspectRatio
  • Collapsible
  • Container
  • Separator
  • Tabs

Forms

  • Button
  • Checkbox
  • Input
  • InputOTP
  • Label
  • Radio
  • Select
  • Slider
  • Switch
  • Textarea
  • Toggle

Navigation

  • Breadcrumb
  • DropdownMenu
  • MenuBar
  • NavigationMenu
  • Pagination

Overlays

  • AlertDialog
  • Dialog
  • Drawer
  • HoverCard
  • Popover
  • Sheet
  • Toast
  • Tooltip

Data Display

  • Avatar
  • Badge
  • Calendar
  • Card
  • Carousel
  • Chart
  • Progress
  • ScrollArea
  • Table

Feedback

  • Alert
  • Progress
  • Skeleton
  • Toast

Best Practices

Component Development

  • Each component is self-contained and follows single responsibility
  • Consistent prop naming across components
  • Extensive TypeScript types and documentation
  • Built-in accessibility features
  • Responsive by default

Code Organization

  • Modular file structure
  • Shared utilities in lib/ directory
  • Reusable hooks in hooks/ directory
  • Example usage in examples/ directory

Accessibility

  • ARIA labels and roles
  • Keyboard navigation
  • Screen reader support
  • Focus management
  • Color contrast compliance

License

MIT © 2025 Eagles Inc

Support & Feedbacks