Skip to content

gharar/timeline-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timeline-calendar

A calendar view for timelines based on MUI date picker.

Demo

Storybook

Storybook is used to demo the components and for documentation of the library.

Install packages

Before running storybook, run the command below to install packages required:

yarn

Run Storybook

To run storybook, run the command below:

yarn storybook

Build and Deployment

To deploy the storybook using GitHub Pages, first build the storybook by running:

yarn build-storybook

Then deploy to GitHub Pages using the gh-pages package:

yarn run deploy-storybook