Search

A search bar input with magnifying glass icon and clearable filled state.

Installation

npx chilli@latest add search-bar

Default

States

Placeholder

Filled

API Reference

SearchBar

PropTypeDefaultDescription
placeholderstringPlaceholder text.
valuestringControlled input value.
onChange(e: ChangeEvent) => voidChange event handler.
onClear() => voidCallback when the clear button is clicked. Shows clear icon when value is non-empty.