Design System / 05
The full kit in six families — every piece squared, hairlined, monochrome, and shipped with a reduced-motion fallback. Each family page pairs live specimens with prop notes.
Two headless primitives power the scripted components and are exported for direct use.
Scrub
Progress 0%
The hairline scales with this box’s travel through the viewport — scroll to scrub it back and forth.
One-shot reveal
Lorem ipsum
Reveals once when it first enters the viewport, then stays put.
Returns { progress, ref } — a 0–1 scrub value for the element as it travels through the viewport, measured per scroll frame. It is position-derived, so it stays live under reduced motion; gate showy consumer effects separately.
Returns { inView, ref } — flips to true the first time the element's top crosses factor × viewport height (default 0.92) and never flips back. Under reduced motion it short-circuits to visible.