master @ 8 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildSteps, type Props } from "./Steps"; │
│ │
│ const { steps, current } = Astro.props as Props; │
│ --- │
│ <Frame build={(w) => buildSteps(steps, current, w)} /> │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildSteps, type Props } from "./St │
│ eps"; │
│ │
│ const { steps, current } = Astro.props as Pr │
│ ops; │
│ --- │
│ <Frame build={(w) => buildSteps(steps, curre │
│ nt, w)} /> │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET