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

7 lines
271 B
Markdown

---
'astro': patch
---
Improve slot support, adding support for named slots and fallback content within `slot` elements.
See the new [Slots documentation](https://github.com/snowpackjs/astro/blob/main/docs/core-concepts/astro-components.md#slots) for more information.