1.0.0 • Published 5 years ago

label-float-input v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

label-float-input

Screenshot

Screenshot

Screenshot

install

npm -i --save label-float-input

Code

import React from 'react';
import LabelFloatInput from 'label-float-input';
export default class Custom extends React.Component{
    render(){
        return(
            <div className="parent-wrapper">
                <LabelFloatInput  
                    value=""
                    label="Enter your name here"
                    fontSize="16px"
                    fontFamily="monospace"
                />
            </div>
        )
    }
}
1.0.0

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago