Template -- enter raw HTML here
Attributes, Classes, and CSS Variables
(attribute)
Color theme used. There is no orange theme because there would be a lot of bright colors on the screen.
(attribute)
Width -- constrained to the container (default), full width, or full width but text is constrained (auto), or text is constrained to the page width (page).
(attribute)
Whether or not to use the horizontal layout. Recommended to not use this unless there are a few tabs.
(attribute)
Whether or not to use rounded corners for the tabs.
(text attribute)
The ID of the tab that is open on load. This defaults to the first item in the list.
Custom CSS Variables and Styles (advanced use only)
Flex or block for the tabs list (controls horizontal or vertical layout)
Flex or block for the tabs button list (controls horizontal or vertical layout)
Width of the tabs button list in vertical layout. Defaults to 350px.
Max Width of the tabs control, defaults to auto.
Padding of the entire tab control.
Border radius of the control.
Color of the control in a rounded tab.
Color of the text in a rounded control.
Global style: Background color
Global style: Text color
Global style: Border color
Global style: Light border color
Global style: Link color
Global style: Link hover color
Global style: Link visited color
Global style: Heading color
Global style: Heading link color
Global style: Heading link hover color
Global style: Heading link visited color
Global style: Control color
Global style: Control text color
Global style: Control accent color
Global style: Control accent text color
Global style: Table border color
Global style: Table background color
Global style: Table row stripe color
Global style: Table head background color
Global style: Table head text color
Global style: Focus background color
Global style: Focus text color
Global style: Focus outline color
Global style: Side margin in pixels
Global style: Panel color (depreciated)
Global style: Panel highlighted color (depreciated)
Global style: Panel focused color (depreciated)
Additional Components
In addition to the main component, the following additional components and/or CSS/JS modules have been added to help you build your version of the component:
- Content: The inset version of the content block can be used to format the text inside the tabs.
HTML listed here
This parent has a style of that is not figured into the source HTML. You can change this by opening the Custom CSS Variables and Styles and editing the parent style.
This is the additional HTML used to test the item.