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

https://github.com/docnow/tweet-viewer

Generates a single "infinite scroll" page to show tweets collected with the DocNow App
https://github.com/docnow/tweet-viewer

Last synced: about 1 year ago
JSON representation

Generates a single "infinite scroll" page to show tweets collected with the DocNow App

Awesome Lists containing this project

README

          

# 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:

```javascript
import TweetViewer from 'tweet-viewer'
```

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

```jsx
,
```