How to use slots on frameworks output targets? #4982
lgmf
started this conversation in
Stencil Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a library that uses stencil to generate custom elements but also outputs to react components.
In it, I have a component that uses slots and I wanted to know:
How does it work when it outputs to a react component? I tried using it as a render prop but it didn't work
Beta Was this translation helpful? Give feedback.
All reactions