PygmySlowLoris / vue-fab

Vue Floating Action Button
MIT License
273 stars 51 forks source link

Make Fab Open by default #28

Closed legreco closed 5 years ago

legreco commented 5 years ago

How to make the fab-component to be open by default?

Edujugon commented 5 years ago

Hi @legreco ,

We've just released a new version allowing via prop to start with the fab opened.

the prop is : start-opened

Have a look at the documentation for more details.

Hope this helps

legreco commented 5 years ago

I just installed the new version and with the prop "start-opened" set to true, the fab is opened by default. Thanks for the help. I will close and open another issue related to this new functionnality. https://github.com/PygmySlowLoris/vue-fab/issues/30