CLOVER Website - v0.3.1
    Preparing search index...
    • EnrollmentStatusButton component displays the enrollment status of a user

      Parameters

      • props: EnrollmentStatusButtonProps

        The props for the EnrollmentStatusButton component.

        • isLoading

          Indicates if the button is in a loading state.

        • status

          The enrollment status of the user.

        • onRegister

          The function to call when the button is clicked.

        • registerLoading

          Indicates if the registration process is loading.

      Returns Element

      • The rendered button component.