VTable/packages/vtable-calendar
github-actions[bot] 2cb5ed7008
Some checks failed
Bug Server CI / build (18.x) (push) Has been cancelled
Unit test CI / build (18.x) (push) Has been cancelled
build: prelease version 1.11.1
2024-11-20 11:05:39 +08:00
..
demo fix: change calendar namespace 2024-11-15 17:42:07 +08:00
src fix: change calendar namespace 2024-11-15 17:42:07 +08:00
.eslintrc.js feat: init calendar progrem 2024-10-11 19:48:34 +08:00
bundler.config.js chore: update pnpm-lock 2024-11-15 18:43:16 +08:00
package.json build: prelease version 1.11.1 2024-11-20 11:05:39 +08:00
README.md fix: change calendar namespace 2024-11-15 17:42:07 +08:00
setup-mock.js feat: init calendar progrem 2024-10-11 19:48:34 +08:00
tscofig.eslint.json feat: init calendar progrem 2024-10-11 19:48:34 +08:00
tsconfig.json feat: init calendar progrem 2024-10-11 19:48:34 +08:00

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