@react-ag-components/date-input

0.1.5 • Public • Published

date-input

Date input react component

Usage

Install

npm i @react-ag-components/date-input --save

Use in your project

import DateInput from '@react-ag-components/date-input'
handle = (date) => {
  console.log(date)
}


<DateInput
  id="dob"
  label="Date of birth"
  handle={this.handle}
/>

Properties

Contributing

Get the repository

git clone https://github.com/alphillips/date-input.git

Update dependencies

npm install

Run the project

npm start

Deploy to npm

Build

npm run build -- --copy-files

Publish

npm publish --access public

Readme

Keywords

Package Sidebar

Install

npm i @react-ag-components/date-input

Weekly Downloads

0

Version

0.1.5

License

MIT

Unpacked Size

14.8 kB

Total Files

8

Last publish

Collaborators

  • ajithmjose
  • alphillips
  • zapjelly