Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steven-mercatante/react-timeline

The easiest way to add a responsive and customizable timeline to React apps
https://github.com/steven-mercatante/react-timeline

react reactjs responsive responsive-grid responsive-layout timeline timeline-component

Last synced: about 2 months ago
JSON representation

The easiest way to add a responsive and customizable timeline to React apps

Awesome Lists containing this project

README

        

# React Timeline

[![npm badge](https://img.shields.io/npm/v/@merc/react-timeline)](https://www.npmjs.com/package/@merc/react-timeline)
[![travis badge](https://img.shields.io/travis/steven-mercatante/react-timeline)](https://travis-ci.org/steven-mercatante/react-timeline)

The easiest way to add responsive and customizable timelines to React apps.

**View the [documentation](https://react-timeline.com/) for detailed instructions and demos.**

## Installation

```bash
npm install @merc/react-timeline
# or
yarn add @merc/react-timeline
```

## Usage

```jsx
import React from 'react';
import {
Timeline,
Events,
UrlButton,
ImageEvent,
TextEvent,
YouTubeEvent,
} from '@merc/react-timeline';

export default function App() {
return (





View more undersea photos





);
}
```