@evilkanoa/react-week-calendar

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

Usage no npm install needed!

<script type="module">
  import evilkanoaReactWeekCalendar from 'https://cdn.skypack.dev/@evilkanoa/react-week-calendar';
</script>

README

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