Botones: Floating Action Button

El componente v-btn puede ser usado como un FAB. Esto provee a la aplicación de un punto de acción principal. Combinado con el componente v-speed-dial puedes crear una variedad de funciones disponibles para tus usuarios.

Uso

Floating action buttons can be attached to material to signify a promoted action in your application. The default size will be used in most cases, whereas the small variant can be used to maintain continuity with similar sized elements.

API

v-speed-dial
Nombre
absolute
Default
false
Type
boolean

Posiciona el elemento como absolute

Nombre
bottom
Default
false
Type
boolean

Alínea el componente hacia abajo

Nombre
direction
Default
'top'
Type
string

La dirección en la cual el contenido del speed-dial se mostrará. Los valores posibles son top, bottom, left, right.

Nombre
fixed
Default
false
Type
boolean

Posiciona el elemento como fixed

Nombre
left
Default
false
Type
boolean

Alínea el componente hacia la izquierda

Nombre
mode
Default
undefined
Type
string

Configura el modo de transición (no aplica a los transition-group)

Nombre
open-on-hover
Default
false
Type
boolean

Abre el speed-dial al pasar el puntero por encima

Nombre
origin
Default
undefined
Type
string

Configura el origen de la transición

Nombre
right
Default
false
Type
boolean

Alínea el componente hacia la derecha

Nombre
top
Default
false
Type
boolean

Alínea el componente hacia arriba

Nombre
transition
Default
'scale-transition'
Type
string

Configura la transición del componente. Puede ser una de las transiciones prefabricadas o una propia.

Nombre
value
Default
undefined
Type
any

Controla la visibilidad

Ejemplos

Small variant

For better visual appeal, we use a small button to match our list avatars.

Display animation

When displaying for the first time, a floating action button should animate onto the screen. Here we use the v-fab-transition with v-show. You can also use any custom transition provided by Vuetify or your own.

Lateral screens

When changing the default action of your button, it is recommended that you display a transition to signify a change. We do this by binding the key prop to a piece of data that can properly signal a change in action to the Vue transition system. While you can use a custom transition for this, ensure that you set the mode prop to out-in.

FAB with speed-dial

The speed-dial component has an very robust api for customizing your FAB experience exactly how you want.

Edit this page | language on Github
Vuetify 3 is now available!The latest version of Vuetify is now available!
Learn about Vuetify 3's new features and functionality for modern Vue applications
Start exploringExplore