1.0.4 • Published 3 years ago

rc-search v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

search ui component for react

🏠 Homepage

Install

npm install rc-search

Usage

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!