react-weekdays-picker

0.0.3 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-weekdays-picker

    Weekly Downloads

    0

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    40.9 kB

    Total Files

    11

    Last publish

    Collaborators

    • fozg