Install the latest version of docz-theme-extended by running the following command in your project's root directory:
npm install --save @natscale/react-calendar
yarn add @natscale/react-calendar
To add the default stylesheet. You can import it from the node_modules
folder.
import '@natscale/react-calendar/dist/main.css';