Skip to main content
Version: Next

SearchBarBase

Home > @backstage/plugin-search-react > SearchBarBase

All search boxes exported by the search plugin are based on the , and this one is based on the component from Material UI. Recommended if you don't use Search Provider or Search Context.

Signature:

SearchBarBase: React.ForwardRefExoticComponent<Omit<SearchBarBaseProps, "ref"> & React.RefAttributes<unknown>>