astro-ghostcms/.pnpm-store/v3/files/a0/2cf76f8abfd75c0901c86cde626...

11 lines
176 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
---
interface Props {
class?: string;
}
const { class: className } = Astro.props;
---
<nav class:list={["astronav-items astronav-toggle", className]}>
<slot />
</nav>