1.0.1 • Published 4 years ago

skillcrucial-calendar v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

What is this?

This is the simple calendar component for react.

Installation

yarn add skillcrucial-calendar or npm install --save skillcrucial-calendar

Then ...

import { Calendar } from 'skillcrucial-calendar'

return (
  <Calendar calendarId={YOUR_GOOGLE_CALENDAR_ID} apiKey={YOUR_GOOGLE_API_KEY} />
)