Skip to content

Commit

Permalink
Fix wording for Prominent section of AppBar
Browse files Browse the repository at this point in the history
The original description suggested that the AppBar can shrink but it is not possible.
  • Loading branch information
roncsak authored Aug 24, 2024
1 parent 7e9a1b7 commit 300dc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/components/app-bars.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ You can make **app-bar** dense. A dense app bar has lower height than regular on

#### Prominent

An `v-app-bar` with the `density="prominent"` prop can opt to have its height shrunk as the user scrolls down. This provides a smooth transition to taking up less visual space when the user is scrolling through content. Shrink height has 2 possible options, **compact** (48px) and **comfortable** (56px) sizes.
An `v-app-bar` with the `density="prominent"` prop can be used for longer titles, to house imagery, or to provide a stronger presence to the top app bar.

<ExamplesExample file="v-app-bar/prop-prominent" />

0 comments on commit 300dc26

Please sign in to comment.