event-timeline-date-check

1.0.2 • Public • Published

React Timelines CircleCI

Demo

Install

yarn add react-timelines

Or

npm install react-timelines

Use

import Timeline from 'react-timelines'
 
const MyWidget = () => <Timeline {...props} />
 
export default MyWidget

Styling

Using Webpack

Using Webpack with CSS loader, add the following:

import 'react-timelines/lib/css/style.css';

Using Sass (SCSS)

Using Sass you can configure the timeline with variables:

$react-timelines-font-family: MaryAnn;
$react-timelines-sidebar-width: 320px;
 
@import '~/react-timelines/src/scss/style';

Without build tools

Create a CSS file with the contents of react-timelines/lib/css/style.css and include it in <head>

Development

yarn

Then:

yarn watch

Readme

Keywords

Package Sidebar

Install

npm i event-timeline-date-check

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

241 kB

Total Files

148

Last publish

Collaborators

  • smurfjames101