Back to Vuetify

System bars

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

4.1.21.4 KB
Original Source

System bars

The v-system-bar component can be used for displaying statuses to the user. It looks like the Android system bar and can contain icons, spacers, and some text.

<PageFeatures />

Usage

v-system-bar in its simplest form displays a small container with default theme.

<ExamplesUsage name="v-system-bar" /> <PromotedEntry />

API

ComponentDescription
v-system-barPrimary Component
<ApiInline hide-links />

Anatomy

The recommended placement of elements inside of v-system-bar is:

  • Place informational icons to the right
  • Place time or other textual information to the far right

Element / AreaDescription
1. ContainerThe System Bar container has a default slot with content justified right
2. Icon items (optional)Used to convey information through the use of icons
3. Text (optional)Textual content that is typically used to show time
<ApiInline hide-links />

Examples

Props

Color

You can optionally change the color of the v-system-bar by using the color prop.

<ExamplesExample file="v-system-bar/prop-color" />

Window

A window bar with window controls and status info.

<ExamplesExample file="v-system-bar/prop-window" />