1.0.5 • Published 8 years ago

@stayradiated/react-floating-label v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

@stayradiated/react-floating-label

Floating label input.

Checkout the DEMO

Install it:

npm install --save @stayradiated/react-floating-label

Usage:

var FloatingLabel = require('@stayradiated/react-floating-label');

<FloatingLabel
	errorMsg='Full name can contain only the alphabets and space'
	pattern={/^[a-z\s]+$/i}/>

Props:

autoComplete: PropTypes.bool,
errorMsg: PropTypes.string,
placeholder: PropTypes.string.isRequired,
pattern: PropTypes.any,
type: PropTypes.string.isRequired,
id: PropTypes.string.isRequired,
isDisabled: PropTypes.bool

License:

MIT

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago