1.0.0 • Published 7 years ago

label-float-input v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago