react-float-input
v1.0.1
Published
float input for React
Downloads
13
Readme
react-float-input
A float input component for React
Installation
$ npm install react-float-input --save
$ yarn add react-float-input
Usage
import FloatInput from 'react-float-input';
export default () => {
return (
<FloatInput
type="text"
label="testText"
className="override"
/>
);
};
Properties
className: PropTypes.string,
type: PropTypes.string,
label: PropTypes.string,
License
MIT