astro/packages/integrations/mdx/test/fixtures/mdx-slots/src/components/Slotted.astro

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
118 B
Text
Raw Normal View History

<div class="slotted">
<div data-default-slot><slot /></div>
<div data-named-slot><slot name="named" /></div>
</div>