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
- Host: GitHub
- URL: https://github.com/docnow/tweet-viewer
- Owner: DocNow
- Created: 2019-01-15T22:27:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T00:21:09.000Z (over 7 years ago)
- Last Synced: 2024-04-14T07:37:30.547Z (about 2 years ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 6
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
,
```