mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
* 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.