0.0.8 • Published 6 years ago

tweet-viewer v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

tweet-viewer

tweet-viewer is a React component for viewing a tweet id dataset with infinite scroll. You can use it in your React application by installing:

npm i tweet-viewer

Then you should be able to import the component:

import TweetViewer from 'tweet-viewer'

Use the TweetViewer in your component's render function by passing in a list of tweet identifers:

<TweetViewer tweetIds={ids} />,
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago