Slider tabs can have diffrerent radius factors. Use the rounded prop to change the radius of the tab items.
Show codeHide code
Slider tabs can have rounded corners. Use the shape prop to display a rounded slider.
Show codeHide code
Slider tabs can have curved corners. Use the shape prop to display a curved slider.
Show codeHide code
Slider tabs can have curved corners. Use the shape prop to display a curved slider.
Show codeHide code
Slider tabs can have full corners. Use the shape prop to display a full slider.
Show codeHide code
Slider tabs can be made smaller using the size prop.
Show codeHide code
Name
Type
Default
tabsAn array of objects representing each tab. Each object should have a 'label' and a 'value' property.
Required Show exampleHide example
roundedControls the radius of the tabs.
Show exampleHide example
sizeThe size of the tabs.
Show exampleHide example
justifyControls the alignment of the tabs. Can be 'start', 'center', or 'end'.