Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
React JS Announcement Ticker
- Host: GitHub
- URL: https://github.com/ibraabukaff/react-announcement-ticker
- Owner: ibraAbuKaff
- License: mit
- Created: 2018-05-15T11:57:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T12:11:25.000Z (over 6 years ago)
- Last Synced: 2024-11-11T21:15:04.309Z (about 1 month ago)
- Topics: announcement, list, news, news-listing, news-ticker, react, react-js, reactjs, reactjs-components, ticker
- Language: CSS
- Size: 146 KB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-announcement-ticker
React JS Announcement/News TickerHow to install ?
yarn add react-announcement-tickerExample:
![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;
```