All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.snippets.SearchBar.SearchBarPopUp.jsx Maven / Gradle / Ivy

There is a newer version: 7.28.2
Show newest version
import React from 'react'
import { Dropdown, DropdownToggle } from 'reactstrap'

import { SearchBarPopUpList } from './SearchBarPopUpList'

export function SearchBarPopUp({
    labelFieldId,
    descriptionFieldId,
    iconFieldId,
    urlFieldId,
    ...props
}) {
    const { dropdownOpen } = props

    return (
         {}}
        >
            
            
        
    )
}

export default SearchBarPopUp




© 2015 - 2025 Weber Informatics LLC | Privacy Policy