IconPicker
Installation
import { IconPicker } from 'uxp/components';Signature
const IconPicker: React.FunctionComponent<IconPickerProps>Examples
tsx
<IconPicker
value="fas:bell"
onChange={(iconStr) => setIcon(iconStr)}
placeholder="Select an icon"
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated