ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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

ParameterTypeDescription
propsContainerProps

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.

  • Container() function
  • Parameters
  • Remarks
Copyright © 2023 ActiveViam