Home > @activeviam/activeui-sdk > Container
Container() function
Container is a React component used to render widgets provided by ActiveUI SDK.
Signature:
export declare function Container(props: ContainerProps): JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
props | ContainerProps |
Returns:
JSX.Element
Remarks
Container can be used to render a whole dashboard or the content of any widget individually.
Custom widgets can be rendered by creating a container plugin.