How can I show FAB buttons and also disable click on FAB? (React)a

I’m trying to show a FAB button by default, i.e without clicking the FAB (check image below) , I have tried adding fab-open className, but it has no effect.

Also I would like to disable the event that toggles the FAB buttons, so a click on the FAB should do something else not toggle the FAB buttons.

I’m using React.