0.0.1 • Published 5 years ago

@fozg/react-week-day-picker v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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) => {...}} />
  )
}