https://material.io/guidelines/components/buttons-floating-action-button.html#buttons-floating-action-button-behavior
Example of material FABs using Vue.js : https://github.com/PygmySlowLoris/vue-fab
+1
+1
+1
+1
As of 0.12.2 it looks like a basic fab can be created with:
This isn't documented as of yet.
<v-fab>
<v-icon>add</v-icon>
</v-fab>
It may be possible to build more complex fabs, I just haven't experimented. It looks like its a fairly involved implementation so I suspect its possible.
Yea, I didn't mean for that to slip through but git is fun.
:+1:
https://dev.vuetifyjs.com/components/floating-action-buttons ... almost there... thanks...
Yes getting very close!
Great.. Thanks
This functionality is in dev and complete.
Most helpful comment
As of
0.12.2it looks like a basic fab can be created with:This isn't documented as of yet.
It may be possible to build more complex fabs, I just haven't experimented. It looks like its a fairly involved implementation so I suspect its possible.