yoembed

1.3.3 • Public • Published

Notes

yoembed is a reack SDK.

Any react app can integrate the yoembed sdk into their application and create an embeddable import button. Please look into the sample Importer App to know about the usage of yoembed-react-sdk.

Install

  • Using NPM
npm i yoembed
  • Using Yarn
yarn add yoembed

The yoembed-react-sdk connects the YoBulk backend and data engine to the react app through the yoHostUrl and importerId variables passed to yoembed-react-sdk. The button name is configured through btnText property

import { YoButton } from "yoembed";

<YoButton
  btnText="Import CSV"
  importerId={configId}
  yoHostUrl={"http://localhost:3000"}
/>;

Readme

Keywords

Package Sidebar

Install

npm i yoembed

Weekly Downloads

6

Version

1.3.3

License

MIT

Unpacked Size

25.1 kB

Total Files

12

Last publish

Collaborators

  • yobulk