← back to index.html

Style starter

Minimal dmax style setup: one signal object, one tiny dmStyle.pin(...) call, one optional reusable WC panel.

5 minute path

What this page uses

  1. a root data-m-si object
  2. one dmStyle.pin(...) call
  3. dm-style.js helper + panel
Accent

Cards stay semantic

Use normal HTML and CSS vars first. Let dmax move values, not presentation logic.

Good

Tokens stay inspectable

The panel writes real CSS vars on the root, so you can copy and reuse the result elsewhere.

Starter binding

loading…