0.0.4 • Published 8 months ago

@tutur3u/ui v0.0.4

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

@tutur3u/ui

Shared UI components and design system for Tuturuuu Platform.

Installation

npm install @tutur3u/ui
# or
yarn add @tutur3u/ui
# or
pnpm add @tutur3u/ui

Usage

import { Button, Card } from '@tutur3u/ui'

export default function MyComponent() {
  return (
    <Card>
      <Button variant="primary">Click me</Button>
    </Card>
  )
}

Features

  • Fully accessible components
  • Type-safe props
  • Tailwind CSS integration
  • Dark mode support
  • Comprehensive theming system

Development

# Install dependencies
pnpm install

License

MIT © Tuturuuu