Skip to main content

SearchInputButton

Acts as a placeholder for search bar.

Submit feedback
github
import { SearchInputButton } from '@uhg-abyss/mobile';

Placeholder

The placeholder prop gives users a short description in the search bar.

onPress

Use the onPress prop to determine the action when the search button is pressed.

SearchInputButton Props

Prop NameTypeDefaultDescription
onPressFunction-Callback fired when the search button is pressed
placeholderstring-Short description displayed in the input

SearchInputButton Classes

Class NameDescription
abyss-search-input-button-iconSearch icon
abyss-search-input-button-rootSearch input button root element
abyss-search-input-button-textSearch input button placeholder text
Table of Contents