Skip to content

Barebones and easy to use weekly calendar for any React page!

License

Notifications You must be signed in to change notification settings

EvilKanoa/react-week-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactWeekCalendar

Barebones and easy to use weekly calendar for any React page!

What is ReactWeekCalendar?

ReactWeekCalendar is a React-based web component designed to get you up and running quickly when you need a week calendar component.

  • A feature!

Installation

To make use of the ReactWeekCalendar component, you need an existing React application. To install the ReactWeekCalendar component, ensure you are using react@16+ and then run the one of the following commands:

for npm: npm install @evilkanoa/react-week-calendar --save-dev

for yarn: yarn add @evilkanoa/react-week-calendar --dev

Usage

TODO

Contributing

TODO