Real-time Survey Tool Documentation
    Preparing search index...
    • Renders a selectable item within a select component.

      Parameters

      • props: SelectItemProps & RefAttributes<HTMLDivElement>

        The properties of the select item.

        • className

          Additional CSS classes.

        • children

          The children to be rendered inside the item.

        • className

          Additional CSS classes.

        • children

          The children to be rendered inside the item.

      Returns Element

      The rendered select item component.