SearchBox

Function SearchBox 

Source
pub fn SearchBox(props: SearchBoxProps) -> impl IntoView
Expand description

Search box input component.

Provides a text input with debounced search callback.

§Required Props

§Optional Props

  • placeholder: String
    • Placeholder text for the input.
  • loading: Signal<bool>
    • Whether search is loading.