Skip to main content

Build beautiful React apps faster

A fully-typed component library with 50+ components, 35+ hooks, and built-in dark mode support. Everything you need to build modern React applications.

Quick Start

Get up and running in minutes

1

Install the package

Install Kivora React using your preferred package manager:
npm install @kivora/react
2

Import the styles

Import the global stylesheet at the root of your app:
import '@kivora/react/styles';
3

Start building

Import and use components in your application:
import { Button, Badge, Input } from '@kivora/react';

export default function App() {
  return (
    <div>
      <Button variant="primary" size="md">
        Save changes
      </Button>
      <Badge variant="success">New</Badge>
      <Input 
        label="Email" 
        type="email" 
        placeholder="[email protected]" 
      />
    </div>
  );
}

Explore by Category

Browse our comprehensive component library

Buttons

Interactive buttons, action icons, and close buttons

Inputs

Text inputs, checkboxes, selects, sliders, and more

Layout

Containers, grids, stacks, and flexbox utilities

Typography

Text, titles, code blocks, and formatting components

Feedback

Alerts, notifications, spinners, and progress indicators

Navigation

Tabs, breadcrumbs, pagination, and navigation links

Overlays

Modals, drawers, tooltips, and popovers

Data Display

Badges, avatars, cards, tables, and data components

Hooks

35+ custom hooks for state, async, DOM, and browser APIs

Key Features

Everything you need for modern React development

Fully Typed

Complete TypeScript support with comprehensive type definitions for every component and hook

Dark Mode

Built-in dark mode support via CSS design tokens with seamless theme switching

Tree Shakeable

Optimized bundle size with tree-shakeable exports — only import what you need

Customizable

Built on @kivora/core design system with extensive theming and customization options

Ready to get started?

Install Kivora React and start building beautiful applications today

View Installation Guide

Build docs developers (and LLMs) love