1.2.3 • Published 2 years ago
react-date-picker-tis v1.2.3
react-date-picker-tis
Date picker component for React
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
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.3
4 years ago
1.0.0
4 years ago