master @ 7 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildTitleCard, type Props } from "./DocumentTitle"; │
│ const { label, title } = Astro.props as Props; │
│ --- │
│ <Frame build={(w) => buildTitleCard(w, label, title)} /> │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildTitleCard, type Props } from " │
│ ./DocumentTitle"; │
│ const { label, title } = Astro.props as Prop │
│ s; │
│ --- │
│ <Frame build={(w) => buildTitleCard(w, label │
│ , title)} /> │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET