Skip to content

Commit

Permalink
feat(VFab): add new component (vuetifyjs#18083)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider authored and VIXI0 committed Mar 13, 2024
1 parent 5429a18 commit 350f00c
Show file tree
Hide file tree
Showing 22 changed files with 673 additions and 443 deletions.
9 changes: 9 additions & 0 deletions packages/api-generator/src/locale/en/VFab.json
@@ -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**."
}
}
4 changes: 4 additions & 0 deletions packages/docs/src/data/nav.json
Expand Up @@ -228,6 +228,10 @@
"title": "empty-states",
"subfolder": "components"
},
{
"title": "floating-action-buttons",
"subfolder": "components"
},
{
"title": "sparklines",
"subfolder": "components"
Expand Down
1 change: 1 addition & 0 deletions packages/docs/src/data/page-to-api.json
Expand Up @@ -81,6 +81,7 @@
"VExpansionPanelTitle"
],
"components/file-inputs": ["VFileInput"],
"components/floating-action-buttons": ["VFab"],
"components/footers": ["VFooter"],
"components/forms": ["VForm"],
"components/grids": ["VCol", "VContainer", "VRow", "VSpacer"],
Expand Down
70 changes: 0 additions & 70 deletions packages/docs/src/examples/v-btn-fab/misc-display-animation.vue

This file was deleted.

106 changes: 0 additions & 106 deletions packages/docs/src/examples/v-btn-fab/misc-lateral-screens.vue

This file was deleted.

168 changes: 0 additions & 168 deletions packages/docs/src/examples/v-btn-fab/misc-small.vue

This file was deleted.

0 comments on commit 350f00c

Please sign in to comment.