0.1.8 • Published 3 years ago

@dianomi/react-contextfeed v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago