react-activity-feed-stream

0.0.7 • Public • Published

react-activity-feed

React components to create activity and notification feeds

NPM

Disclaimer: This library is in beta! Breaking changes will very likely occur.

Install

# with npm
npm install --save react-activity-feed
# with yarn
yarn add react-activity-feed

Usage

To find out how to use this library please look at:

  1. The example project
  2. The component reference docs
  3. This basic example if you just want to see some code:
import React, { Component } from 'react';

import { StreamApp, StatusUpdateForm, FlatFeed } from 'react-activity-feed';
import 'react-activity-feed/dist/index.es.css';

export default class App extends Component {
  render() {
    return (
      <div style={{ width: '600px', margin: '0 auto' }}>
        <StreamApp
          apiKey="<YOUR_API_KEY>"
          appId="<YOUR_APP_ID>"
          token="<A_TOKEN_FOR_THE_CURRENT_USER>"
        >
          <StatusUpdateForm />
          <FlatFeed feedGroup="user" notify />
        </StreamApp>
      </div>
    );
  }
}

License

BSD-3-Clause © Stream.io Inc.

Package Sidebar

Install

npm i react-activity-feed-stream

Weekly Downloads

1

Version

0.0.7

License

BSD-3-Clause

Unpacked Size

16.4 MB

Total Files

15

Last publish

Collaborators

  • mohdsameer