Skip to content

Commit 67e888d

Browse files
committed
docs(VAppBar): add fully-hide to list of available scrollBehavior options
1 parent 040fda8 commit 67e888d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/src/pages/en/components/app-bars.md

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ The `v-app-bar` component has a variety of props that allow you to customize its
9090
Available values:
9191

9292
- **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.
9394
- **collapse**: Shrink horizontally to a small bar in one corner.
9495
- **elevate**: Add a drop shadow to the app bar when scrolling. Ignores `scroll-threshold`, will always be applied with any amount of scrolling.
9596
- **fade-image**: Fade out the image as the user scrolls down.

0 commit comments

Comments
 (0)