项目作者: faysal515

项目描述 :
React dynamic input placeholder component. You put an array of texts and it progressively displays placeholder one by one
高级语言: JavaScript
项目地址: git://github.com/faysal515/react-fancy-input.git
创建时间: 2018-04-12T07:45:32Z
项目社区:https://github.com/faysal515/react-fancy-input

开源协议:MIT License

下载


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

```jsx harmony
import Input from ‘react-fancy-input’

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

//


```