Skip to main content

NPM Installation

Install the package using npm:
Or using yarn:
Or using pnpm:

Peer Dependencies

The library requires React 16.8 or higher:

Import Styles

Import the CSS file in your application entry point:

Next.js

In _app.tsx or _app.js:

Create React App

In src/index.tsx or src/index.js:

Vite

In src/main.tsx:

TypeScript Configuration

The library includes TypeScript definitions. No additional configuration needed. For optimal type checking, ensure your tsconfig.json includes:

Tree Shaking

The library is optimized for tree-shaking. Import only what you need:

Verification

Verify the installation by creating a simple component:
If you see a styled button, the installation was successful!

Next Steps

Quick Start

Build your first component

Components

Explore available components