Usage
TheVSheet component is a versatile container that combines multiple composable props for creating styled surfaces.
Elevation
Control the elevation depth:Borders
Add borders to specific sides:Rounded Corners
Customize border radius:Positioning
Use position and location props for absolute/fixed positioning:Dimensions
Set width and height:Props
Applies specified color to the background
Designates an elevation applied to the component (0-24)
Designates the border-radius applied to the component. Options: 0, xs, sm, md, lg, xl, pill, circle, shaped
Applies border to the component. Can specify sides: ‘top’, ‘bottom’, ‘left’, ‘right’
Sets the width of the component
Sets the height of the component
Sets the maximum width of the component
Sets the maximum height of the component
Sets the minimum width of the component
Sets the minimum height of the component
Sets the position CSS property
Specifies the anchor point for positioning. Combines top/bottom with left/right/center
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
VSheet is a foundational component used internally by many other Vuetify components like VCard, VToolbar, and VNavigationDrawer.