danwoods / react-calendar-sample

A zero-dependency calendar component with 100% test and type coverage

Home Page:https://danwoods.github.io/react-calendar-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-calendar-sample

Demo

Dependencies DevDependencies CircleCi Commitizen friendly Statements Branches Functions Lines

A zero-dependency calendar component with 100% test and type coverage.

Install

npm

  • Install: npm install --save react-calendar-sample

github

  • Install: npm install --save git+https://git@github.com/danwoods/react-calendar-sample.git

Usage

import Calendar from 'react-calendar-simple'

export const WrappedCalendar = ({ date }) => <Calendar date={date} />

See Demo

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

A zero-dependency calendar component with 100% test and type coverage

https://danwoods.github.io/react-calendar-sample


Languages

Language:JavaScript 95.3%Language:CSS 4.7%