New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-zeitline

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-zeitline

Zeitline React component

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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.

Keywords

zeitline

FAQs

Package last updated on 30 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts