Package Status | Source |
---|---|
libs/mosaik-themes |
Theme tokens and style definitions for the Mosaik design system. Provides SCSS, CSS, and design tokens for all supported themes.
Part of the monorepo mosaik
Package path: libs/mosaik-themes
Version: see npm
License: MIT
yarn add @breadstone/mosaik-themes
# or
npm install @breadstone/mosaik-themes
import * from '@breadstone/mosaik-themes';
Or import SCSS:
@import '@breadstone/mosaik-themes/scss';
- Multiple design system themes (Retro, Joy, Material, Bootstrap, Fluent, Neumorphism, Cupertino)
- SCSS and CSS variables
- Design tokens for use in all Mosaik components
- Use with all Mosaik component libraries for consistent theming.
- Import SCSS/CSS in your main styles for theme support.
yarn nx run mosaik-themes:publish
MIT © Breadstone