@wizyvision/react-schedule

0.7.6 • Public • Published

Getting Started

Created a package, @wizyvision/react-schedule, to accommodate the necessary features for Scheduling Dashboard:

  • Resource Timeline
    • Assign appointment to user and time slot
    • Assign an appointment with respective duration
  • Drag and drop
    • From outside and to inside of Resource Timeline
    • Across the Resource Timeline

Installation


Yarn

yarn add react-dnd
yarn add react-dnd-html5-backend
yarn add @wizyvision/react-schedule          

NPM

npm install react-dnd
npm install react-dnd-html5-backend
npm install @wizyvision/react-schedule       

Usage


  1. Import the packages
import { DndProvider } from 'react-dnd';
import { HTML5Backend } from 'react-dnd-html5-backend';
import Scheduler from '@wizyvision/react-schedule'

Package Sidebar

Install

npm i @wizyvision/react-schedule

Weekly Downloads

54

Version

0.7.6

License

ISC

Unpacked Size

6.28 MB

Total Files

8

Last publish

Collaborators

  • coeliganda01