Skip to content

Core

Design tokens, `applyTheme`, theme mode helpers, and the CSS variable foundation that every package builds on.

Foundation·Available inReactVueAngular·View as Markdown

Preview

Installation

Sisyphos UI ships unified packages for React, Vue, and Angular. Pick the one that matches your stack — every framework exports the same component classes, ARIA semantics, and CSS tokens.

$ pnpm add @sisyphos-ui/react

Then import the bundled stylesheet once at app entry: import "@sisyphos-ui/react/styles.css";

Usage

Idiomatic usage in each supported framework
import { applyTheme } from "@sisyphos-ui/core";

applyTheme({
  primary: "#7c3aed",
  radius: { md: "10px" },
});

API

Props table is being written. See the package README for the complete API surface.

The full API including refs, ARIA attributes, and HTML passthroughs lives in the package README on npm.

Need more?View on npm →
Was this page helpful?