Thrive Design System

Thrive UI

ThriveCart's Design System

Get Started with Thrive UI

A modern design system built with React 19, and Tailwind

Get Started
Thrive UI card preview

Quick Start

Get up and running in minutes

Step 1

Install

Add the package to your project

pnpm add @thrivecart/ui
Step 2

Import

Use components anywhere

import { Button } from '@thrivecart/ui'
Step 3

Use

Start building right away

export default function App() {
  return <Button>Click me</Button>
}
Need more help?
Explore our comprehensive documentation
View docs