1.0.4 • Published 7 years ago

search-react v1.0.4

Weekly downloads
9
License
ISC
Repository
github
Last release
7 years ago

Search-react

🔎 search react component with a cancel button and a nice animation

See the component storybook

Steps to use it

1.Install the component yarn add search-react

2.Use it

import Search from 'search-react' 

<Search getTerm={term => console.log(term)}>

the only prop required is getTerm: a function that returns the search term and then you can do whatever you want with it

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago