Menu
Documentation

Content wrapper

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

Example

Default wrapper

Tabbed wrapper

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

Components

TairoContentWrapper

Prop Type
reverse
default:false
boolean
Slot Type
#left
{}
#right
{}
#default
{}

TairoContentWrapperTabbed

Prop Type
labels
default:-
string[]
reverse
default:-
boolean
shape
default:"rounded"
"rounded" | "straight" | "curved" | "full"
title
default:-
string
Slot Type
#left
{}
#right
{}
#tab-1
{}
#tab-2
{}
#default
{}