pub fn SearchBox(props: SearchBoxProps) -> impl IntoViewExpand description
Search box input component.
Provides a text input with debounced search callback.
§Required Props
- query:
RwSignal<String>- Signal to track the current query.
§Optional Props
- placeholder:
String- Placeholder text for the input.
- loading:
Signal<bool>- Whether search is loading.