Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ibraabukaff/react-announcement-ticker

React JS Announcement Ticker
https://github.com/ibraabukaff/react-announcement-ticker

announcement list news news-listing news-ticker react react-js reactjs reactjs-components ticker

Last synced: 9 days ago
JSON representation

React JS Announcement Ticker

Awesome Lists containing this project

README

        

# react-announcement-ticker
React JS Announcement/News Ticker

How to install ?



yarn add react-announcement-ticker

Example:

![http://g.recordit.co/3CUoW9WPly.gif](http://g.recordit.co/3CUoW9WPly.gif)

How to use it ?

```
import React, {Component} from "react";
import {NewsTicker} from "react-announcement-ticker";

class App extends Component {
render() {
return (



);
}
}

export default App;

```