CLOVER Website - v0.3.1
    Preparing search index...
    • ClassInfoCard component displays information about a class, including the instructor and enrolled students. It allows instructors to manage student enrollment status.

      Parameters

      • props: ClassCardProps

        The component props.

        • classInfo

          The class object containing class details.

        • onSelect

          The function to call when a class is selected

        • isInstructor

          Flag to indicate if the user is an instructor.

      Returns Element

      • A React component that displays class information and manages student enrollment.