platform-bible-react
    Preparing search index...

    Variable SearchBarConst

    SearchBar: ForwardRefExoticComponent<
        SearchBarProps & RefAttributes<HTMLInputElement>,
    > = ...

    A search bar component with a search icon and a clear button when the search query is not empty.

    The props for the component.

    The search query for the search bar

    Callback fired to handle the search query is updated

    Optional string that appears in the search bar without a search string

    Optional boolean to set the input base to full width

    Additional css classes to help with unique styling of the search bar

    Optional boolean to disable the search bar