Search Input
FormsAnimated search input with suggestions
searchinputsuggestions
Installation
$
Usage
tsx
import { SearchInput } from "@/components/nonaxial/search-input"
export default function Example() {
return (
<SearchInput>{/* Your content here */}</SearchInput>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |