forked from vuetifyjs/vuetify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(VFab): add new component (vuetifyjs#18083)
fixes vuetifyjs#1852 fixes vuetifyjs#2553 fixes vuetifyjs#7407
- Loading branch information
1 parent
5429a18
commit 350f00c
Showing
22 changed files
with
673 additions
and
443 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"props": { | ||
"app": "If true, attaches to the closest layout and positions according to the value of **location**.", | ||
"appear": "Used to control the animation of the FAB.", | ||
"extended": "An alternate style for the FAB that expects text.", | ||
"location": "The location of the fab relative to the layout. Only works when using **app**.", | ||
"offset": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
packages/docs/src/examples/v-btn-fab/misc-display-animation.vue
This file was deleted.
Oops, something went wrong.
106 changes: 0 additions & 106 deletions
106
packages/docs/src/examples/v-btn-fab/misc-lateral-screens.vue
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.