0.2.3 • Published 12 months ago

@dianomi/react-contextfeed v0.2.3

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

12 months ago

0.2.0

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.1.8

4 years ago

0.1.7

4 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