1.0.2 • Published 11 months ago

awesome-react-lib v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

awesome-react-lib

created with passion

NPM JavaScript Style Guide

Install

npm install --save awesome-react-lib

Usage

import React,{useState} from 'react'

import { InputField } from 'awesome-react-lib'
import 'awesome-react-lib/dist/index.css'


const App = () => {
  const [email,setEmail] = useState('')
  return <InputField value={email} id={'email'} label={"Email"} onChange={setEmail} />
}

export default App

License

MIT © ArunMurali1997

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

1 year ago