DropdownIndicator
Installation
import { DropdownIndicator } from 'uxp/components';Signature
const DropdownIndicator: React.FunctionComponent<DropdownIndicatorProps>Examples
<DropdownIndicator isOpen={false} /><DropdownIndicator
isOpen={true}
className="custom-indicator"
styles={{ fontSize: '12px', color: '#333' }}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated