Skip to content

Commit

Permalink
docs(VAppBar): add fully-hide to list of available scrollBehavior opt…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
johnleider committed Jul 16, 2024
1 parent 040fda8 commit 67e888d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/pages/en/components/app-bars.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ The `v-app-bar` component has a variety of props that allow you to customize its
Available values:

- **hide**: The default slot area will shift up and hide as the user scrolls down. The extension slot remains visible.
- **fully-hide**: The entire app bar will hide as the user scrolls down.
- **collapse**: Shrink horizontally to a small bar in one corner.
- **elevate**: Add a drop shadow to the app bar when scrolling. Ignores `scroll-threshold`, will always be applied with any amount of scrolling.
- **fade-image**: Fade out the image as the user scrolls down.
Expand Down

0 comments on commit 67e888d

Please sign in to comment.