@bimetal/forms-themes
v0.35.0
Published
Framework-agnostic CSS theme + design tokens for the BIMETAL forms builder + renderer (light/dark). Styles the canonical .bm-form* contract the forms-{fw}-components render.
Maintainers
Readme
@bimetal/forms-themes
Framework-agnostic CSS theme + design tokens for the BIMETAL forms builder + renderer.
Styles the canonical .bm-form* DOM contract that the
forms-{react,vue,svelte,angular,vanilla}-components render (both <FormBuilder/>
and <FormRenderer/>) — light by default, dark via data-theme="dark" on the
.bm-form root.
import '@bimetal/forms-themes';The component packages already pull this in. All colour/surface/shape flows through
--bmf-* custom properties scoped to .bm-form, so it never leaks into the host
page and stays overridable. The select field in the renderer composes the shipped
<Picker/>, styled by @bimetal/picker-themes.
Part of the BIMETAL headless component family. Apache License 2.0.
