CLOVER Website - v0.3.1
    Preparing search index...
    • ClassesDropdownMenu component renders a dropdown menu for selecting classes. It allows users to select a specific class or view all classes.

      Parameters

      • props: ClassesDropdownMenuProps

        The props for the ClassesDropdownMenu component.

        • classes

          The list of classes to display in the dropdown.

        • onClassSelect

          The function to call when a class is selected.

        • selectedId

          The currently selected class ID.

        • placeholder

          The placeholder text for the dropdown.

      Returns Element

      • A React component that renders a dropdown menu for selecting classes.