Extensions/Assessment/contentTabs

Renders styles and responsive logic for LT content tabs.

Pass in a theme option to change the look of the tabs.

Parameters:
NameTypeAttributesDescription
optionsobject<optional>

Object of configuration options.

Properties
NameTypeAttributesDescription
themestring<optional>

Defaults to api-column-tabs. Also accepts rounded.

Example
const options = {
    theme: 'rounded'
}

LT.init(itemsApp, {
    extensions: [
        { id: 'contentTabs', args: options },
    ],
});