@fozg/react-week-day-picker

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i @fozg/react-week-day-picker

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

64.3 kB

Total Files

25

Last publish

Collaborators

  • fozg