Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 497 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 497 Bytes

react-fancy-input

Inspiration

Demo

props

Accepts any props passed from parent component

Prop Name type default
texts array(string) null
delay number(in millisecond) 200
cursor string |

Usage

import Input from 'react-fancy-input'

const placeholders = ['Search for book', 'Search by author', 'Search by publisher']

/* ... */

<Input texts={placeholders}/>