1.6.0 • Published 8 months ago

sivasurya-custom-react-input v1.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Fully Customize-Input For React Project

How To Use?

First Install Package Then Used Bellow Format Your Dream React Projects.

import React from "react"
import { Input } from "sivasurya-custom-react-input/src/compont/Input";
export default const App=()=>{
return(
    <>
        <Input type='your type' className='your classname' onChange='your function'value='your value' placeholder='your placeolder'defaultValue='your value' required='required' disabled='disabled'/>
    </>
)
}

above Input component all are option choose any attributes.My Profile

1.6.0

8 months ago

1.5.0

8 months ago

1.4.0

8 months ago

1.3.0

8 months ago

1.2.0

8 months ago

1.0.0

8 months ago