@cinaconnect/design-tokens
v0.2.0
Published
Design tokens for CinaConnect white-label UI toolkit
Readme
@cinaconnect/design-tokens
Design tokens for CinaConnect white-label UI toolkit.
Installation
npm install @cinaconnect/design-tokensUsage
import { tokens, cssVariables } from '@cinaconnect/design-tokens';
const primaryColor = tokens.colors.primary;
document.documentElement.style.cssText = cssVariables;API Reference
| Export | Type | Description |
|--------|------|-------------|
| tokens | object | Design token catalog |
| cssVariables | string | CSS variables string |
| ThemeTokenMap | type | Token map type |
| TokensCatalog | type | Catalog type |
| ThemeGroup | type | Theme group type |
