2.2.5 • Published 5 years ago

animated-searchbar v2.2.5

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Animated Searchbar

const worklist = ['Enter your dream location', 'Why not...Tokyo?', 'Melbourne?', 'Sydney?'];
<Searchbar
name={'WhereToGo'}
className={Style.input}
ONLYSHOWONFOCUS={true}
blinker={true}
minLength={1}
maxLength={10}
typeList={worklist}
typeDelay={3000}
typeSpeed={{min:50, max:200}}

onClick={(e)=>{
  console.log('onClick');
}}
onHover={(e)=>{
  console.log('onHover');
}}
onFocus={(e)=>{

}}
onBlur={(e)=>{

}}
/>
$ npm i animated-searchbar

This project is licensed under the MIT License

2.2.5

5 years ago

2.2.4

5 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.0.5

5 years ago

2.0.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago