rc-search
v1.0.4
Published
search ui component for react
Maintainers
Readme
search ui component for react
🏠 Homepage
Install
npm install rc-searchUsage
import Search from 'rc-search';
import 'rc-search/lib/index.css'
const search = (value: string)=> {
console.log(value);
}
export default () => <Search onSearch={search}/>;API
Author
👤 xiaozhi
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
