1 2 3 4 5 6 7 8 9 10 11
--- interface Props { name: string; } const { name } = Astro.props; --- <span class="tech-icon" data-tech={name}> <slot /> </span>