I am using React and would like to use the FabButtons. Maybe I haven’t understand the concept about the Fabs and I thought this is a button like a standard button, but I think it isn’t.
E.g. I would like to jump to a popup:
<FabButton popupOpen=".myPop"><Icon f7="gear_alt" /></FabButton>
or navigate to a route:
<FabButton href="/settings/"><Icon f7="gear_alt" /></FabButton>
How can I make this work? Unfortunately there is no example in the docs and I cannot found anything in this forum.
Thanks for your help,
Freddy