0.1.1 • Published 8 years ago

react-zeitline v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.0

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago