Skip to content

cythilya/react-newsticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Newsticker

A simple react newsticker component.

Usage

Import it.

import Newsticker from 'react-newsticker';

Pass an array in the props 'news' as data source.

const news = [
  'Hello World!',
  'Nice to meet you.',
  'Happy hour :)'
];
render() {
  return <Newsticker news={news} />
}

Demo

Click here to see the demo page.

About

A simple react newsticker component.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published