Represents a fade view component with various customizable options.

  • Parameters

    • props: IFadeViewProps

      The properties for the FadeView component.

      • className

        The CSS class name for the FadeView component.

      • style

        The inline style object for the FadeView component.

      • children

        The child elements of the FadeView component.

      • Fade

        The fade effect component to be used.

      • color

        The color of the fade effect.

      • zIndex

        The z-index of the fade effect.

      • disableBottom

        Determines if the fade effect should be disabled at the bottom.

      • disableRight

        Determines if the fade effect should be disabled at the right side.

    Returns Element

    • The rendered FadeView component.