Installation

The calendar component uses react hooks so it requires the react version to be at least **16.8.0**. Make sure you have a react version that is equal to or greater than that.

Install the latest version of docz-theme-extended by running the following command in your project's root directory:

Using NPM

npm install --save @natscale/react-calendar

Using Yarn

yarn add @natscale/react-calendar

Stylings

To add the default stylesheet. You can import it from the node_modules folder.

import '@natscale/react-calendar/dist/main.css';