0.0.3 • Published 5 years ago

react-weekdays-picker v0.0.3

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

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