react-weekdays-picker
v0.0.3
Published
Week day picker for React
Downloads
4
Maintainers
Readme
react-weekdays-picker
React component that allow selecting week per year
Demo
Features
Installation
Install using Yarn:
yarn add @fozg/react-weekdays-picker
or NPM:
npm install npm i @fozg/react-weekdays-picker --save
Usage
import WeekDayPicker from 'react-weekdays-picker'
function Page() {
return (
<WeekDayPicker onDateChanged={(date: Date) => {...}} />
)
}