Vuetify: Feature Request: Floating Action Button (FAB)

Created on 15 Apr 2017  路  13Comments  路  Source: vuetifyjs/vuetify

Most helpful comment

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.

All 13 comments

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:

Yes getting very close!

Great.. Thanks

This functionality is in dev and complete.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

Was this page helpful?
0 / 5 - 0 ratings

Related issues

milleraa picture milleraa  路  3Comments

ricardovanlaarhoven picture ricardovanlaarhoven  路  3Comments

efootstep picture efootstep  路  3Comments

paladin2005 picture paladin2005  路  3Comments

sebastianmacias picture sebastianmacias  路  3Comments