Lager - v5.2.0
    Preparing search index...
    • Function

      LoadingIndicator component.

      This component displays an activity indicator with an optional loading message. It is used to indicate that a loading process is ongoing.

      Parameters

      • props: LoadingIndicatorArgumentTypes

        The props for the component.

        Type definition for the loading indicator argument types.

        This type represents the props that can be passed to the LoadingIndicator component.

        • loadingType: string | undefined

          The type of loading process (optional).

      Returns ReactElement

      The rendered loading indicator component.