@bimetal/picker-themes
v0.35.0
Published
Framework-agnostic CSS theme + design tokens for the BIMETAL picker/combobox (light/dark). Styles the canonical .bm-picker* contract the picker-{fw}-components render.
Downloads
1,361
Maintainers
Readme
@bimetal/picker-themes
Framework-agnostic CSS theme + design tokens for the BIMETAL picker/combobox
component. Styles the canonical .bm-picker* DOM contract that the
picker-{react,vue,svelte,angular,vanilla}-components render — light by default,
dark via data-theme="dark" on the .bm-picker root.
import '@bimetal/picker-themes';The component packages already pull this in; import it directly only if you render
the .bm-picker* markup yourself. All colour/surface/shape flows through --bmp-*
custom properties scoped to .bm-picker, so it never leaks into the host page and
stays overridable.
Part of the BIMETAL headless component family. Apache License 2.0.
