0.2.3 • Published 11 months ago

@dianomi/react-contextfeed v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Dianomi Contextfeed - React

Get Dianomi contextfeeds directly in your React apps.

Installation:

npm i --save @dianomi/react-contextfeed

Usage:

import { DianomiContextFeed } from '@dianomi/react-contextfeed';

const App = () => {
  return (
    <div>
      <DianomiContextFeed id={1234} />
    </div>
  );
};

Props

PropTypeDescription
idnumberThe id of the contextfeed to render, provided by your account manager
0.2.1

11 months ago

0.2.0

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago