1 2 3 4 5 6 7 8 9
--- interface Props { href: string; } const { href } = Astro.props; --- <a class="link" href={href}><slot /></a>