Introduction
A collection of reusable React components built with Radix UI and Tailwind CSS. Designed for Praxo applications.
Features
- Built on top of Radix UI primitives for accessibility
- Styled with Tailwind CSS
- Dark mode support out of the box
- TypeScript support
- Customizable with CSS variables
Installation
The components are available as an internal package. Add it to your app:
"@praxo/ui": "workspace:*"Usage
Import components from the package:
import { Button, Card, Dialog } from "@praxo/ui";