@fozg/react-week-day-picker
v0.0.1
Published
Week day picker for React
Downloads
4
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-picker
or NPM:
npm install npm i @fozg/react-week-day-picker --save
Usage
import WeekDayPicker from 'react-week-day-picker'
function Page() {
return (
<WeekDayPicker onDateChanged={(date: Date) => {...}} />
)
}