| Prop | Type | Default | Required |
|---|---|---|---|
asChild | boolean | - | - |
defaultValue | string | string[] | - | - |
dir | "ltr" | "rtl" | - | - |
disabled | boolean | - | - |
disableDeselect | boolean | - | - |
loop | boolean | - | - |
onValueChange | (value: string) => void | (value: string[]) => void | - | - |
orientation | "horizontal" | "vertical" | - | - |
rovingFocus | boolean | - | - |
type | "single" | "multiple" | - | |
value | string | string[] | - | - |
| Prop | Type | Default | Required |
|---|---|---|---|
as | JSX.IntrinsicElements | - | - |
asChild | boolean | - | - |
border | boolean | - | - |
borderRadius | Partial<Record<Breakpoint, "sm" | "md" | "lg">> | "sm" | "md" | "lg" | - | - |
colorScheme | TcolorScheme | - | - |
diffused | boolean | - | - |
href | string | - | - |