Documentation

Everything you need to build stunning interfaces with Saha UI. Comprehensive guides, examples, and API references.

TypeScript First

Built with strict type safety in mind.

Dark Mode

Automatic dark mode support.

Accessible

WAI-ARIA compliant components.

Tree Shakeable

Zero bundle bloat.

Quick Start

bash

# Install the package

$npm install saha-ui

# Initialize configuration

$npx saha-ui@latest init

Usage

React
import
{ Button }
from
"saha-ui";

export default
function
App() {
  
return
(
    <Button variant="primary">
      Hello World
    </Button>
  );
  }

Open Source

Saha UI is open source and community driven. Join us on GitHub to contribute, report issues, or request features.