0.1.1 • Published 7 years ago

react-zeitline v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

React Zeitline

Zeitline is a flexible timeline implemented in D3.

Installation

You can simply install Zeitline like that:

npm install zeitline-react --save
or
yarn add react-zeitline

Usage

class ZeitlineDemo extends Component {
  render() {
    return <div>
      <Zeitline
        width={800}
        data={[
            {date: new Date('30 Jun 2017'), label: 'first'},
            {date: new Date('10 Jul 2017'), label: 'second'},
        ]}
      />
    </div>
  }
}

Check the demo to see an example of how using the component.

0.1.1

7 years ago

0.1.0

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago