This repository has been archived by the owner. It is now read-only.
Design of component children #2
Open
Labels
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently component children is not supported. The target design which I am striving for here is inspired/taken from
vuejs
(slot system).The design demands the following requirements:
Slots are functional which accept arguments from their children aka Scoped Slots.
There can be any number of named slots.
The text was updated successfully, but these errors were encountered: