d81b6d9ebc
* feat(slots): add function-based slot support to Astro.slots.render() * test(slots): add render tests
200 B
200 B
astro |
---|
patch |
Improve Astro.slots
API to support passing arguments to function-based slots.
This allows for more ergonomic utility components that accept a callback function as a child.