@awdlab/jig-themes
v0.0.5
Published
Theme presets and the theming engine for @awdlab/jig (Nova, Shade, Material, and base themes).
Downloads
967
Maintainers
Readme
@awdlab/jig-themes
Theme presets and the theming engine for @awdlab/jig.
Controls in @awdlab/jig are headless — this package supplies their styling. The
engine maps each control's named scopes to CSS built on --jig-* design tokens and injects
it into <head> at runtime (no stylesheet import, no Tailwind required).
Three presets ship built in: nova (fully themed, dark-mode aware), shade
(shadcn-style) and material (Material Design 3). Each is a Theme object you pass to
provideJigControls({ theme: { preset } }); createTheme / createThemePart /
createControlTemplate let you author your own.
Install
pnpm add @awdlab/jig @awdlab/jig-themesimport { nova } from '@awdlab/jig-themes/nova';Documentation
Tokens, kinds, colors, dark mode and custom themes are documented with the main package: jig.awdlab.dev/guides/overview
License
MIT © awdlab
