0.1.0 • Published 6 months ago

@paulo-debita-ai/ragekit-ui v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

RageKit UI

A modern UI component library built with React and Tailwind CSS.

Installation

npm install @paulo-debita-ai/ragekit-ui

Usage

import { Button, Input, Card } from '@paulo-debita-ai/ragekit-ui';

function MyComponent() {
  return (
    <Card>
      <Input placeholder="Enter your name" />
      <Button>Click me</Button>
    </Card>
  );
}

Features

  • Modern and accessible components
  • Built with React and Tailwind CSS
  • Fully typed with TypeScript
  • Customizable and themeable
  • Responsive design

Components

  • Button
  • Input
  • Card
  • Avatar
  • Dialog
  • Dropdown Menu
  • Hover Card
  • Label
  • Popover
  • Select
  • Table
  • Carousel

License

MIT