0.0.8 • Published 5 years ago

tweet-viewer v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago