CLOVER Website - v0.3.1
    Preparing search index...
    • StudentListSection component displays a collapsible section of students with their details and actions based on the enrollment status.

      Parameters

      • param0: StudentListSectionProps

        The props for the StudentListSection component

        • title

          The title of the section

        • students

          The list of students to display

        • variant

          The variant of the section (enrolled or waitlisted)

        • onRemove

          The function to call when removing a student

        • onAccept

          The function to call when accepting a student

        • onReject

          The function to call when rejecting a student

        • isInstructor

          Whether the user is an instructor or not (default: true)

      Returns null | Element

      • The rendered component