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