Core

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

Foundation@sisyphos-ui/coreView on npm

Preview

Installation

Install the individual package:

snippet.bashbash
pnpm add @sisyphos-ui/core @sisyphos-ui/core

Or use the umbrella package that bundles everything:

snippet.bashbash
pnpm add @sisyphos-ui/ui

Usage

Import the component styles and the component itself:

snippet.tsxtsx
import "@sisyphos-ui/core/styles.css";
import { Core } from "@sisyphos-ui/core";

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.