Skip to content

React dynamic input placeholder component. You put an array of texts and it progressively displays placeholder one by one

License

Notifications You must be signed in to change notification settings

faysal515/react-fancy-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}/>

About

React dynamic input placeholder component. You put an array of texts and it progressively displays placeholder one by one

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published