Real-time Survey Tool Documentation
    Preparing search index...

    Function SelectContent

    • Renders the content area of a select component.

      Parameters

      • props: SelectContentProps & RefAttributes<HTMLDivElement>

        The properties of the select content.

        • className

          Additional CSS classes.

        • children

          The children to be rendered inside the content.

        • position

          The positioning strategy for the content.

        • className

          Additional CSS classes.

        • children

          The children to be rendered inside the content.

        • position

          The positioning strategy for the content.

      Returns Element

      The rendered select content component.