Tabs
A reusable tab component is a component that can be built once and used multiple times. Reusable tabs can help avoid repetitive logic.
Variants
Props
--- yet to be udpated ----
Props | Datatype | Values/Example |
---|---|---|
type | string | "primary" | "dark" | "danger" | "transparent" | "other" | "icon" |
disabled | boolean | "true" | "false" |
loader | boolean | "true" | "false" |
title | string | "Cancel" |
onClick | function | function from parent component |
textStyleProp | Object | font-size: var(--base-text) |