Tabscomponents/_tabs.scss
Tabs are containers that show content panes when its menu item is selected
Sass Configuration:
Name | Type | Default | Description |
---|---|---|---|
$tab-bg-color | Color | white |
Tab active item & content background color |
$tab-link-color | Color | black |
Tab navigation link color |
$tab-link-hover-color | Color | palette(primary, dark) |
Tab link hover color |
$tab-radius | Boolean | True |
Choose whether to add Tab border radius |