VThemeProvider API
Props
name | type | default |
|---|---|---|
string | (new () => any) | FunctionalComponent | 'div' | |
Specify a custom tag used on the root element. | ||
string
| undefined | |
Specify a theme for this component and all of its children. | ||
boolean
| false | |
Wraps its children in an element and applies the current theme’s background color to it. | ||
Slots
All child components will have their theme overridden. Must have exactly one root element. | ||