is it possible to dynamically redirect to a url? #221
-
Take this example:
I want the user to be able to click a selection (first or second). And when they click the |
Beta Was this translation helpful? Give feedback.
Answered by
dalechyn
Sep 10, 2024
Replies: 1 comment
-
Yes, you'd have to pass a dynamic parameter to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dalechyn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you'd have to pass a dynamic parameter to
<Button.Redirect/>
and store the clicked button value in the state.