DinoDino

Command Palette

Search for a command to run...

v1.0.0Open Source

Dino UI Component Library

A modern, accessible, and customizable React component library built with Tailwind CSS. Designed for rapid development and beautiful user interfaces.

Why Choose Dino UI?

Lightning Fast

Optimized for performance with minimal bundle size and tree-shaking support.

Accessible

Built with accessibility in mind, following WAI-ARIA guidelines and best practices.

Customizable

Easily theme and customize components to match your brand and design system.

Quick Start

Installation

npm install @dino/ui

Usage

import { Button } from '@dino/ui';

function App() {
  return (
    <Button variant="primary">
      Click me
    </Button>
  );
}