UNPKG

@wix/design-system

Version:

@wix/design-system

45 lines (42 loc) 1.3 kB
### children - type: ReactNode - description: Children - only single child is allowed here ### type - type: "title" | "tab" | "action" - description: Type of vertical tab item. can be of the following: 'tab' (default), 'action', 'title' ### dataHook - type: string - description: Data attribute for testing purposes ### prefixIcon - type: ReactElement - description: Prefix Icon - should be <code>Icon</code> ### suffixIcon - type: ReactElement - description: Suffix Icon - should be <code>Icon</code> or <code>IconButton</code> with the <code>size="tiny"</code> prop ### disabled - type: boolean - description: Specifies whether the item is disabled ### id - type: string | number - description: Identifier to help identify the current selected tab ### tabIndex - type: number - description: Controls focus relative order ### skin - type: "premium" - description: Specifies the look of the item ### aria-controls - type: string - description: Used for connecting tab panel to the tab item. ### 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