@dashforge/theme-core
v1.0.0
Published
Core theming system for Dashforge
Readme
@dashforge/theme-core
Framework-agnostic theme foundation for Dashforge.
Installation
npm install @dashforge/theme-core @dashforge/tokensUsage
import { createTheme } from '@dashforge/theme-core';
const theme = createTheme({
// Theme configuration
});Features
- Framework-agnostic theme structure
- Built on
@dashforge/tokens - Type-safe theme configuration
- Extensible and composable
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
