1.0.1 • Published 5 years ago

react-float-input v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

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