---
name: Searcher
menu: Molecules
route: /molecules/Searcher
---

import Searcher from './Searcher';
import { Playground, Props } from 'docz';

# Searcher

This component renders an HTML `<input>` and passes along all props.

## API
<Props of={Searcher} />

## Searcher

<Playground>
		<Searcher color='#FF5C39' searcher={ x => console.log("x ", x)} />
</Playground>
