@axint/search-bar-view
Reusable SwiftUI search bar with query state, suggestions, result messaging, and a clear action for list-heavy Apple apps.
What it gives you
- A typed Axint SwiftUI source contract.
- Reusable state for default, expanded, processing, and completed modes.
- Product-copy slots so agents do not hardcode one app's wording.
- Remotion-generated demo media for Registry browsing.
Install
axint add @axint/search-bar-view --to RegistryComponents/search-bar-view
Suggested use
Use this component when an agent is assembling search and discovery screens and needs a polished reusable UI block instead of building from a blank SwiftUI file.

