@elvora/tokens
v1.0.0-rc.2
Published
Elvora design tokens — colors, spacing, typography, radii, shadows, motion. Single source of truth compiled for web, RN, and theming.
Maintainers
Readme
@elvora/tokens
Elvora design tokens — colors, spacing, typography, radii, shadows, and motion. Single source of truth, compiled with Style Dictionary for web, RN, and theming.
Install
pnpm add @elvora/tokensUsage
import { colors, spacing, radii, typography } from '@elvora/tokens';
const padding = spacing[4]; // → '16px'
const brand = colors.intent.primary.solid;CSS variables are available at @elvora/tokens/css:
@import '@elvora/tokens/css';Raw JSON is at @elvora/tokens/raw.
License
MIT
