packages/docs/src/pages/en/components/system-bars.md
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.
v-system-bar in its simplest form displays a small container with default theme.
| Component | Description |
|---|---|
| v-system-bar | Primary Component |
The recommended placement of elements inside of v-system-bar is:
| Element / Area | Description |
|---|---|
| 1. Container | The 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 |
You can optionally change the color of the v-system-bar by using the color prop.
A window bar with window controls and status info.
<ExamplesExample file="v-system-bar/prop-window" />