@denserai/ui
v0.1.0
Published
React UI components built with Radix UI and Tailwind CSS
Readme
@denserai/ui
React UI components built with Radix UI and Tailwind CSS.
Installation
npm install @denserai/ui
# or
pnpm add @denserai/ui
# or
yarn add @denserai/uiPeer Dependencies
This package requires the following peer dependencies:
npm install react react-dom framer-motion next-themesUsage
import { Button, Card, CardContent } from "@denserai/ui";
function App() {
return (
<Card>
<CardContent>
<Button>Click me</Button>
</CardContent>
</Card>
);
}Styling
This package uses Tailwind CSS. Make sure to include the styles:
import "@denserai/ui/styles/shared-globals.css";Components
This package includes a comprehensive set of UI components:
- Buttons, Cards, Inputs, Forms
- Navigation, Menus, Dropdowns
- Dialogs, Modals, Sheets
- Data Display components
- And many more...
License
This software is proprietary and not licensed for public use.
