0.2.3 • Published 1 year ago

@dianomi/react-contextfeed v0.2.3

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

1 year ago

0.2.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year 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