UNPKG

@wix/design-system

Version:

@wix/design-system

37 lines (34 loc) 1.16 kB
### dataHook - type: string - description: Applied as data-hook HTML attribute that can be used in the tests ### className - type: string - description: Specifies a CSS class name to be appended to the component’s root element. - internal ### children - type: ReactNode - description: No description ### prefix - type: ReactNode - description: An element to appear at the beginning of the text ### suffix - type: ReactNode - description: An element to appear at the end of the text ### selected - type: boolean - description: Indicates whether to display the item as selected ### disabled - type: boolean - description: Indicates whether to display the item as disabled ### drillable - type: boolean - description: Indicates whether to display an icon for drilling in on hover ### alwaysDisplayChevron - type: boolean - description: Indicates whether to display a low-opacity icon for drilling even without hover, relevant only when drillable is true ### onClick - type: MouseEventHandler - description: A callback to be triggered on click ### itemKey - type: string - description: unique identifier per item, used to mark it for navigation and selection