astro/.changeset/fair-flowers-sleep.md
Nate Moore 8f4562afbe
Add support for named slots (#661)
* feat: support named slots, slot fallback content

* docs: document slots

* chore: add changeset

* fix: build errors

* chore: prefer `patch` version
2021-07-12 13:07:39 -05:00

271 B

astro
patch

Improve slot support, adding support for named slots and fallback content within slot elements.

See the new Slots documentation for more information.