Skip to content

3. Customize your tabs

Add configuration information at the beginning(comma separate). Only the last configuration of the same type takes effect.

```tabs
top, multi
tab: TAB 1
Tab content
tab: TAB 2
Tab content
```
ConfigurationExplanation
topTabs nav bar will be displayed at the top.
leftTabs nav bar will be displayed on the left.
rightTabs nav bar will be displayed on the right.
bottomTabs nav bar will be displayed at the bottom.
oneTabs nav bar can scroll with many nav items.
multiTabs nav items will show in multi line.

tabs-nav-left

You can decorate tab title too.

tabs-decorate-title

Released under the MIT License.