@dashforge/tokens
v1.0.0
Published
Design tokens for Dashforge UI framework
Maintainers
Readme
@dashforge/tokens
Design tokens for the Dashforge design system.
Installation
npm install @dashforge/tokensUsage
import { colors, typography, spacing, breakpoints } from '@dashforge/tokens';
// Use design tokens in your application
const primaryColor = colors.primary.main;
const headingFont = typography.fontFamily.heading;
const baseSpacing = spacing.base;Contents
This package provides standardized design tokens for:
- Colors: Primary, secondary, semantic colors
- Typography: Font families, sizes, weights, line heights
- Spacing: Consistent spacing scale
- Breakpoints: Responsive design breakpoints
- Elevation: Shadow and depth tokens
TypeScript Support
Full TypeScript type definitions included.
Documentation
- Package CHANGELOG — release history for this package.
- Top-level CHANGELOG — cross-package release context.
- MIGRATION.md — breaking-change upgrade guides.
License
MIT
