Action on FAB
#5358
-
There isn't a default way to perform an action on clicking a FAB, what is the best way to do? |
Beta Was this translation helpful? Give feedback.
Answered by
asyncLiz
Jan 2, 2024
Replies: 1 comment
-
You can add a FABs are not designed to be used for navigation, which is why they do not have a built-in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CicciLeo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add a
click
event listener to FAB and most of our components for their "default action".FABs are not designed to be used for navigation, which is why they do not have a built-in
href
.