Stable
Dropdown
<Dropdown items={RESULT_LIST_ITEMS} isDisabled={IS_DISABLED} position={POSITION}><Button value="Dropdown Example" intent={INTENT} icon={ICON} size={SIZE} /></Dropdown>
Name | Type | Description | Required |
children | ReactElement<unknown> | - | Yes |
items | Array<ResultItem> | - | Yes |
isHidden | boolean | Change this boolean value to conditionally hide a visible Dropdown. | |
isDisabled | boolean | Dropdown won't be triggered on click. | |
position | HeliosPositionType | - |