clio-design-system
v0.5.0
Published
Component library for the Clio design system
Readme
Clio Design System
Component library for the Clio app, generated from the Clio design system in Claude Design.
Usage
Import the stylesheet once at your app root — it ships the design tokens and
the KaTeX styles that EquationBlock needs:
import 'clio-design-system/styles.css';EquationBlock renders a TeX string to typeset display math via bundled KaTeX —
just pass tex, nothing to mount:
<EquationBlock tex="x_{k+1} = x_k - \eta \nabla f(x_k)" />Scripts
npm run dev— build in watch modenpm run build— build the library (ESM + CJS + types)npm test— run unit testsnpm run storybook— run Storybook locallynpm run lint— lintnpm run changeset— record a versioned change
