Another implementation of asChild #1324
teleskop150750
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I think the usage for
This link seems to point to Ark UI's composition, which is similar to what we currently have, perhaps you paste the wrong link 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Implementing asChild via slot seems like a more native and logical option in VueJs philosophy. The slot in Vue combines props.children() and props, which return rendering functions in frameworks like React and Solid.
Positive
Minuses
Reference Solid demo
Playground
Beta Was this translation helpful? Give feedback.
All reactions