Replies: 1 comment 1 reply
-
You can use |
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
-
In React, there's a common pattern that passing unused props to inner components which allows use to override properties like
style
in inner components.How to achieve this in yew?
Beta Was this translation helpful? Give feedback.
All reactions