IconButton
Installation
import { IconButton } from 'uxp/components';Signature
const IconButton: React.FunctionComponent<IIconButtonProps>Examples
<IconButton
type="search"
onClick={()=> {alert("Clicked")}}
className="custom-css-class"
/><IconButton
icon="fas search"
...
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated