Skip to content

Function: IconBox()

ts
function IconBox(props: UiIconBoxProps): Block;

Defined in: src/renderer/blocks/index.ts:991

Icon box component.

Parameters

ParameterType
propsUiIconBoxProps

Returns

Block

Example

ts
IconBox({icon: 'user', size: 32, boxColor: '#e3f2fd', iconColor: '#1976d2'});

Matterway Assistant SDK Documentation