Installation
StableLearn how to install SiberUI and configure it in your project.
Quick Start
Install the package and its peer dependencies via your preferred package manager.
$pnpm add @siberui/react
Add the Tailwind CSS preset to your tailwind.config.ts or app globals.
tsx
import '@siberui/react/globals.css';Framework Guides
Next.js (App Router)
Guide for setting up SiberUI with Next.js Server Components and Turbopack.
Vite
Guide for Vite and standard React Single Page Applications.