Represents a search input component with label, loading state, and search functionality.

  • Parameters

    • props: ISearchSlot

      The properties of the SearchSlot component.

      Represents a search slot with various properties and functions.

      ISearchSlot

      • OptionalclassName?: string
      • clean: () => void
      • height: number
      • label: string
      • loading: boolean
      • OptionalonSearchChange?: (search: string) => void

        Represents a callback function for handling search input changes.

      • search: string
      • Optionalstyle?: any
      • width: number

    Returns Element

    • The rendered SearchSlot component.