Home > @activeviam/activeui-sdk > IconImplementationProperties
IconImplementationProperties interface
Renders an icon. The expected output is any React element.
Signature:
export interface IconImplementationProperties
Properties
Property | Type | Description |
---|---|---|
render | (palette: CorePalette, props: any) => React.ReactElement<any> | The render method of the icon. The props provided as the second argument might change depending on where the icon is rendered. We recomment to always propagate this props to the top-level component and to not try to use what is inside. |
Remarks
For the list of available keys in the SDK, see the theme page of the Showcase application.