1.2.3 • Published 9 months ago

react-date-picker-tis v1.2.3

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

react-date-picker-tis

Date picker component for React

NPM JavaScript Style Guide

react-date-picker-tis Banner

Install

npm i react-date-picker-tis

or

yarn add react-date-picker-tis

Usage

import React from 'react'

import { DatePicker } from 'react-date-picker-tis'
import 'react-date-picker-tis/dist/index.css'

const App = () => {
  return (
    <DatePicker
      className='DatePicker'
      onChange={(date) => console.log(date)}
      initialDate={today} //date object
      min={today} //date object
      max={nexMonth} //date object
      darkMode={false}
    />
  )
}

export default App

Date Object

{
  year: PropTypes.number,
  month: PropTypes.number,
  day: PropTypes.number,
}

License

MIT © boof-tech

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago