Documentation

The content wrapper wraps the page content. It provides slots and allows you to control the horizontal flow of the page.

reverse
Show example
vue
#left
This slot has no inherted props
Show example
vue
#right
This slot has no inherted props
Show example
vue
#default
This slot has no inherted props
Show example
vue

The tabbed wrapper wraps the page content. It provides slots and allows you to nest a second view inside your page.

labels
Required
Show example
vue
reverse
Show example
vue
shape
Show example
vue
title
Show example
vue
#left
This slot has no inherted props
Show example
vue
#right
This slot has no inherted props
Show example
vue
#tab-1
This slot has no inherted props
Show example
vue
#tab-2
This slot has no inherted props
Show example
vue
#default
This slot has no inherted props
Show example
vue