@tembok/tokens
v0.0.2
Published
Design tokens for the Tembok UI system - colors, spacing, typography, and other design primitives.
Downloads
7
Readme
@tembok/tokens
Design tokens for the Tembok UI system - colors, spacing, typography, and other design primitives.
Installation
pnpm add @tembok/tokensUsage
import { tokens } from '@tembok/tokens';
// Access design tokens
console.log(tokens);CSS Variables
Import the CSS file to use design tokens as CSS variables:
import '@tembok/tokens/dist/styles.css';Then use in your CSS:
.my-element {
color: var(--color-primary);
padding: var(--spacing-4);
}What's Included
- Color palette
- Spacing scale
- Typography system
- Border radius values
- Shadow definitions
License
MIT
