Skip to content

Function: Progress()

ts
function Progress(props: ProgressProps): Block;

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

Progress indicator component.

Parameters

ParameterType
propsProgressProps

Returns

Block

Example

ts
Progress({label: 'Loading data...'});

Matterway Assistant SDK Documentation