Pho

Pho Design System

Photon's unified design system โ€” the single source of truth for our product UI. Built on Base UI andTailwind v4, themed with the--pho-* token system (light & dark via light-dark()), and shipped as tree-shakeable, per-component packages.

Foundations

Install

pnpm add @photon/pho-ui

Then import per component for the best tree-shaking, and bring in the stylesheet:

import { Button } from "@photon/pho-ui/components/button";
import "@photon/pho-ui/styles";

Browse components โ†’