We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040fda8 commit 67e888dCopy full SHA for 67e888d
packages/docs/src/pages/en/components/app-bars.md
@@ -90,6 +90,7 @@ The `v-app-bar` component has a variety of props that allow you to customize its
90
Available values:
91
92
- **hide**: The default slot area will shift up and hide as the user scrolls down. The extension slot remains visible.
93
+- **fully-hide**: The entire app bar will hide as the user scrolls down.
94
- **collapse**: Shrink horizontally to a small bar in one corner.
95
- **elevate**: Add a drop shadow to the app bar when scrolling. Ignores `scroll-threshold`, will always be applied with any amount of scrolling.
96
- **fade-image**: Fade out the image as the user scrolls down.
0 commit comments