Quickstart

Installation

Installation

Below are the commands to install with different package managers:

npm install gitbook-cli

Basic Usage

import useCalendar from "gitbook-cli";

const {
  value,
  displayedMonths,
  nextMonth,
  previousMonth,
  nextYear,
  previousYear,
  register,
} = useCalendar();

Last updated