master @ 13 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ interface Props { │
│ label?: string; // For mobile responsive data-label │
│ class?: string; │
│ } │
│ │
│ const { label = "", class: className = "" } = Astro.props; │
│ --- │
│ │
│ <div class={`table-cell ${className}`.trim()} data-label={label}> │
│ <slot /> │
│ </div> │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ interface Props { │
│ label?: string; // For mobile responsive d │
│ ata-label │
│ class?: string; │
│ } │
│ │
│ const { label = "", class: className = "" } │
│ = Astro.props; │
│ --- │
│ │
│ <div class={`table-cell ${className}`.trim() │
│ } data-label={label}> │
│ <slot /> │
│ </div> │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET