Pars Network UI library — primitives, design tokens, and brand theming.
Built on top of @hanzo/ui and re-exports @parsdao/brand (logos, palette).
Consumed by Pars Network frontends (pars-frontend, pars.network, pars.vote, etc.).
pnpm add @parsdao/ui @parsdao/brand
# peer deps
pnpm add @hanzo/ui react react-dom nextimport { Button, Logo, brandTailwindTheme } from '@parsdao/ui'Tailwind theme:
// tailwind.config.ts
import { brandTailwindTheme } from '@parsdao/ui/system'
export default {
theme: { extend: { colors: brandTailwindTheme.colors } },
}pnpm install
pnpm buildOutputs dist/ (ESM, CJS, .d.ts).
MIT