Documentation Index
Fetch the complete documentation index at: https://mintlify.com/vuetifyjs/vuetify/llms.txt
Use this file to discover all available pages before exploring further.
VApp
The VApp component is a required wrapper for all Vuetify applications. It provides the layout system foundation, theme support, and manages the root application structure.Usage
Basic Example
VApp must be the root component of your application. All Vuetify components should be nested within VApp to ensure proper functionality.
Props
Applies a specific theme to the component and all its children.
Applies custom CSS classes to the component.
Applies custom inline styles to the component.
Slots
The default slot for application content. All layout components should be placed here.
Layout System
VApp provides the layout system foundation that manages the positioning and sizing of layout components like VAppBar, VNavigationDrawer, VFooter, and VBottomNavigation.Layout components with the
app prop automatically register with VApp’s layout system and adjust the content area accordingly.