VTable/packages/vtable-calendar/README.md
2024-11-15 17:42:07 +08:00

2.1 KiB

VTable-Calendar

vtable-calendar is a calendar component built on VTable. It provides a calendar component that can be used to display and custom with calendar data.

npm Version npm Download license

Usage

Installation

npm package

// npm
npm install @visactor/vtable-calendar

// yarn
yarn add @visactor/vtable-calendar

Quick Start

import { Calendar } from '@visactor/vtable-calendar';

const calendar = new Calendar(document.getElementById(CONTAINER_ID));

More demos and detailed tutorials

Related Links

Ecosystem

Project Description
AI-generated Components AI-generated table component.

Contribution

If you would like to contribute, please read the Code of Conduct Guide first。

Small streams converge to make great rivers and seas!

License

MIT License