@wix/design-system
Version:
@wix/design-system
37 lines (33 loc) • 934 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: IconElement
- description: Children - should be <code>Icon</code>
### focusableOnFocus
- type: React.FocusEventHandler<E>
- description: No description
### focusableOnBlur
- type: React.FocusEventHandler<E>
- description: No description
### ref
- type: React.RefObject<E>
- description: No description
### className
- type: string
- description: No description