Accepts any props passed from parent component
Prop Name | type | default |
---|---|---|
texts | array(string) | null |
delay | number(in millisecond) | 200 |
cursor | string | | |
import Input from 'react-fancy-input'
const placeholders = ['Search for book', 'Search by author', 'Search by publisher']
/* ... */
<Input texts={placeholders}/>