Tab Indicator

Bottom Inside / Bottom Outside

The tab indicator is at the bottom of the container. By default it has some left and right padding.

Actual positioning and specific width of the tab indicator is accomplished using more specific selector.


tab-bottom-inside
tab-indicator tab-bottom-inside tab-slate
tab-bottom-outside
tab-indicator tab-bottom-outside tab-slate
HTML
<div class="wrapper-tab-example">
    <span class="tab-indicator tab-bottom-outside tab-slate">
        Indicator
    </span>
</div>
CSS
.wrapper-tab-example .tab-bottom-outside {
    left: -1px;
    position: absolute;
    bottom: -20px;
}

Top Inside / Top Outside

The tab indicator is at the top of the container. By default it has some left and right padding.

Actual positioning and specific width of the tab indicator is accomplished using more specific selector.


tab-top-inside
tab-indicator tab-top-inside tab-slate
tab-top-outside
tab-indicator tab-top-outside tab-slate

Colors

Currently only using Green and Slate backgrounds.


green
tab-indicator tab-top-inside tab-green
slate
tab-indicator tab-top-inside tab-slate