Represents a spinner component that displays a loading animation.

  • Parameters

    • props: ISpinnerProps

      The props object for the spinner component.

      • className

        The custom CSS class name for the spinner component.

      • otherProps

        The additional props to be spread on the root Box element.

    Returns Element

    The spinner component.