Renders styles and responsive logic for LT content tabs.
Pass in a theme option to change the look of the tabs.
Parameters:
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Object of configuration options. Properties
|
Example
const options = {
theme: 'rounded'
}
LT.init(itemsApp, {
extensions: [
{ id: 'contentTabs', args: options },
],
});