MCPcopy Create free account
hub / github.com/code100x/cms / SearchBarProps

Interface SearchBarProps

src/components/search/SearchBar.tsx:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import { SearchResults } from './SearchResults';
19
20interface SearchBarProps {
21 onCardClick?: () => void;
22 isMobile?: boolean;
23}
24
25export function SearchBar({ onCardClick, isMobile = false }: SearchBarProps) {
26 const [state, setState] = useState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected