ThriveCart's Design System
A modern design system built with React 19, and Tailwind

Get up and running in minutes
Add the package to your project
pnpm add @thrivecart/uiUse components anywhere
import { Button } from '@thrivecart/ui'Start building right away
export default function App() {
return <Button>Click me</Button>
}