@sequentialos/desktop-theme
v1.0.0
Published
Shared theme and design tokens for Sequential Desktop applications
Downloads
6
Maintainers
Readme
@sequential/desktop-theme
Shared design tokens, CSS variables, and theme definitions for consistent Sequential Desktop styling.
Installation
npm install @sequential/desktop-themeUsage
import {{ main }} from '@sequential/desktop-theme';
const result = main(/* args */);API
Main Export
Main function/class provided by this package.
Examples
// Basic usage
const value = main(input);
// With options
const result = main(input, {{ /* options */ }});Related Packages
- @sequential/sequential-utils - General utilities
- @sequential/sequential-validators - Validation
License
MIT
