0.1.8 • Published 2 years ago

@dianomi/react-contextfeed v0.1.8

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

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago