Search Bar
Filter products by Name or Owner
Component: <Search/>
Path: /components/home/search.tsx
Import:
import { Search } from "@/components/home/search";
A basic search input controlled by a useState (searchTerm and setSearchTerm) so you can re-use it wherever you need it.
Last updated