master @ 7 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ import type { Props } from "./Pre"; │
│ import "./Pre.scss"; │
│ const { class: className = "" } = Astro.props as Props; │
│ --- │
│ <pre class={`ascii ${className}`}><slot /></pre> │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ import type { Props } from "./Pre"; │
│ import "./Pre.scss"; │
│ const { class: className = "" } = Astro.prop │
│ s as Props; │
│ --- │
│ <pre class={`ascii ${className}`}><slot /></ │
│ pre> │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET