An open API service indexing awesome lists of open source software.

https://github.com/pablopunk/react-simple-timeline

Simple and responsive timeline component for React
https://github.com/pablopunk/react-simple-timeline

Last synced: about 1 year ago
JSON representation

Simple and responsive timeline component for React

Awesome Lists containing this project

README

          

# react-simple-timeline







Simple and responsive timeline component for React

## Install

```sh
npm install react-simple-timeline
```

## Usage

```js
import Timeline from 'react-simple-timeline'

//...

Dwigth Schrute





```

### Options

* Fade

For a beautiful animation, use the prop `fade`. It will fade in each element, in order.

```jsx

```

## Contribute

Clone the repo and create a simple react project where you use this component:

```sh
$ cd your-project/ # Your project folder
$ npm install react-simple-timeline # Install dep
$ npm link ../path/to/component/repo # Link the cloned repo
$ cd ../path/to/component/repo # This repo folder
$ npm run dev # Build and watch for changes
```

Make your changes and run the tests:

```sh
$ npm test
```

Now you're ready to make the Pull Request.

## License

MIT

## Author

| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |
| --------------------------------- |
| [Pablo Varela](https://pablo.life) |