1.0.2 • Published 5 years ago

short-interval-control-react-timeline-component v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

timeline-component React UI Component

When to use this component

This is a UI component which lets the control a date range.

About this implementation

This project is intended to publish a react component library project to npm along with an example to github pages.

It has unit test for the component based on this

There is also an example application which renders the components into a simple UI such that the component can be exercised/operated standalone from the use of the component in another application. This functionality is deployed to github pages

How to use

npm install

To Develop

Develop the component by running the server

npm run start

To Build

This builds the artefact which can be published to npm

npm run build

To Test

This test the components by rendering them can checking generated dom.

npm run test

To Deploy

This deploys the artefact to git hubs page.

npm run deploy