UNPKG

@wix/design-system

Version:

@wix/design-system

46 lines (42 loc) 1.39 kB
### children - type: React.ReactNode - description: Children - only single child is allowed here ### type - type: VerticalTabsItemType - 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: IconElement - description: Prefix Icon - should be <code>Icon</code> ### suffixIcon - type: IconElement - 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. ### 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