@wix/design-system
Version:
@wix/design-system
36 lines (33 loc) • 919 B
Markdown
### id
- type: string | number
- description: Identifier to help identify the current selected tab
### dataHook
- type: string
- description: Data attribute for testing purposes
### tabIndex
- type: number
- description: Controls focus relative order
### disabled
- type: boolean
- description: Specifies whether the item is disabled
### aria-controls
- type: string
- description: Used for connecting tab panel to the tab item.
### aria-label
- type: string
- description: Used for providing context to screen-readers
### children
- type: ReactElement
- description: Children - should be <code>Icon</code>
### onFocus
- type: (event: FocusEvent, triggers: Triggers) => void
- description: No description
### onBlur
- type: (event: FocusEvent, triggers: Triggers) => void
- description: No description
### ref
- type: RefObject
- description: No description
### className
- type: string
- description: No description