Represents an AlertView component that displays a stack of alerts.

  • Parameters

    • props: IAlertViewProps

      The properties used to configure the AlertView component.

      • className

        The CSS class name for the AlertView component.

      • items

        An array of items to display as alerts.

      • variant

        The variant of the alerts. Default is "outlined".

      • otherProps

        Additional props to be spread to the Stack component.

    Returns Element

    • The rendered JSX element for the AlertView component.