0.0.3 • Published 6 years ago
react-weekdays-picker v0.0.3
react-weekdays-picker
React component that allow selecting week per year
Demo
Features
Installation
Install using Yarn:
yarn add @fozg/react-weekdays-pickeror NPM:
npm install npm i @fozg/react-weekdays-picker --saveUsage
import WeekDayPicker from 'react-weekdays-picker'
function Page() {
return (
<WeekDayPicker onDateChanged={(date: Date) => {...}} />
)
}