Skip to content

ShowPenZ/react-float-input

Repository files navigation

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

About

a floatInput for react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published