-
React))
// Children {(p1, p2) =>{
return(
<React.Fragment>
...
</React.Fragment>
}} rust {
(|click: bool, open: bool| {
html! {
}
})
} Is it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
ranile
Mar 18, 2022
Replies: 1 comment
-
Yes, it is possible. You can use the In Yew, fragments are: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
initprism
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is possible. You can use the
Html
return type.In Yew, fragments are:
<>...</>