JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 70
  • Score
    100M100P100Q77188F
  • License MIT

A react scheduler

Package Exports

  • react-mega-scheduler

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-mega-scheduler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-mega-scheduler

Intro

Scheduler library based on react. Built on top of https://github.com/StephenChou1017/react-big-scheduler.

Getting Started

Installation

To run example webpage of scheduler:

# Clone the repository
git clone https://github.com/koxuan/react-mega-scheduler

# Go inside the directory
cd react-mega-scheduler

# Install dependencies
npm install

# Start development server
npm run example

# access webpage
surf localhost:8080/example on browser