Usage
TheVSystemBar component creates a bar that sits at the very top of your application, typically used to show system-level information.
Window Mode
Increase the height for desktop applications:Custom Color
Apply a background color:Custom Height
Set a specific height:With Elevation
Add elevation shadow:Absolute Positioning
Position absolutely within the layout:Props
Applies specified color to the background
Sets the height of the system bar. Defaults to 24px normally, 32px in window mode
Increases the default height to 32px for desktop window appearance
Designates an elevation applied to the component (0-24)
Designates the border-radius applied to the component
Applies position absolute to the component
Assigns a unique name for layout registration
Adjusts the order of the component in the layout system
Specify a theme for this component and all of its children
Specify a custom tag used on the root element
Slots
The default Vue slot for content
VSystemBar should be used as a child of VApp and appears above the VAppBar. It integrates with Vuetify’s layout system to properly position other layout components.
The system bar is typically used for displaying status information like connection status, battery level, time, or window controls in desktop applications.