A Floating Label Wrapper Component, You can wrap your input component in it.
npm install react-floating-label-wrapperA Floating Label Wrapper Component, You can wrap your input component in it.
The component's behavior:
+ if wrapped component blurred
+ if no defaultValue or value, show placeholder
+ if not, show value.
+ if wrapped component get focus:
+ placeholder will float to left top corn of container. like the Material Float Label's behavior.
```
npm i react-floating-label-wrapper`
or``
yarn add react-floating-label-wrapper