Ready

_Overview

The Phase2_ component library — shadcn/ui components themed with our brand tokens. Copy them into your project, they're yours.

_WhatThisIs

This is a themed component reference built on shadcn/ui + Tailwind CSS. Every component uses Phase2_ colors, typography, and spacing out of the box.

The theme is defined as CSS variables — swap them in and your components are branded. Dark mode included.

_QuickStart

1

Init shadcn in your project

npx shadcn@latest init
2

Copy the Phase2_ theme

Grab the CSS variables from the Theme page

3

Add components

npx shadcn@latest add button card input

See the full Installation guide for details.


_Components