1.0.1 • Published 6 years ago

react-fancy-input v1.0.1

Weekly downloads
10
License
-
Repository
github
Last release
6 years ago

react-fancy-input

Inspiration

Demo

props

Accepts any props passed from parent component

Prop Nametypedefault
textsarray(string)null
delaynumber(in millisecond)200
cursorstring|

Usage

import Input from 'react-fancy-input'

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

/* ... */

<Input texts={placeholders}/>