Skip to main contentCarbon Design System

Content switcher

Color

Content switchers have two main states: selected and unselected. By default, content switcher buttons are unselected with the selected state using a high contrast color.

ClassPropertyColor token
.bx--content-switcher-btnbackground-color$ui-01
.bx--content-switcher-btntext color$text-02
--selectedbackground-color$ui-05
--selectedtext color$text-04
:afterdivider$ui-03

Interactive states

Hover states only apply to unselected buttons.

StatePropertyColor token
:hoverbackground-color$hover-ui
:hovertext color$text-01
:focusborder$focus
:disabledbackground-color$disabled-01
:disabledtext color$disabled-02

Typography

Content switcher text should be set in sentence case, with only the first word in a phrase and any proper nouns capitalized. The text should not exceed three words.

ClassFont-size (px/rem)Font-weightType style
.bx--content-switcher-btn14 / 0.875Regular / 400$body-short-01

Structure

Content switchers must have at least two options for the user to choose from. Each container that makes up the content switcher is equal in size. The width of a container is determined by the length of the longest container option text plus the 16 px / 1rem on both sides of the text.

ClassPropertypx / remSpacing token
.bx--content-switcherheight40 / 2.5
.bx--content-switchercorner radius4px
:afterdivider1px
.bx--content-switcher-btnpadding-left, padding-right16 / 1$spacing-05
Content switcher structure and spacing measurements

Structure and spacing measurements for content switcher | px / rem