Play

Interactive demo timelines that move, click, and type like a person — for documentation that shows behavior instead of describing it.

shellscript
npm install @monochrome-ui/play
javascript
import { play } from "@monochrome-ui/play"

play(root, [
  ["move", "trigger"],
  ["click"],
  400,
  ["move", "item"],
  ["click"],
], { autoplay: true, loop: true })

Status

Package lives in the monochrome-ui monorepo as @monochrome-ui/play. Wire it into docs demos next — the API is stable for lab use.