label-float-input

1.0.0 • Public • Published

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>
        )
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i label-float-input

Weekly Downloads

19

Version

1.0.0

License

ISC

Unpacked Size

22.7 kB

Total Files

9

Last publish

Collaborators

  • queerpassenger