@gengarlax-ui/react
v2.2.1
Published
A lightweight React component library built with Stitches and Radix UI Primitives.
Downloads
8
Readme
🧬 @gengarlax-ui/react
A lightweight React component library built with Stitches and Radix UI Primitives.
🚀 Features
- Pre-styled accessible components
- Fully themeable via Stitches
- Built on top of Radix UI
- Reusable across projects
- Tokens-based styling system
📦 Installation
npm install @gengarlax-ui/react📚 Usage
import { Button } from '@gengarlax-ui/react'
export function Example() {
return <Button variant="primary">Click me</Button>
}🛠️ Components
Some of the available components:
Button
TextInput
TextArea
Avatar
Tooltip
Checkbox
Heading
Text
Box
MultiStep
Toast
Full documentation is available via Storybook: 👉 Storybook
