0.1.96 • Published 11 months ago

@dynamicdocs/widget-sdk v0.1.96

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

DynamicDocs Widget SDK

DynamicDocs is a Web3-Native Website Widget. Please sign up for an account and get your appId before you start integrating the widget to your website.

Installation

To install the SDK, use npm or yarn:

npm install @dynamicdocs/widget-sdk

or

yarn add @dynamicdocs/widget-sdk

Initialization

To initialize the chatbot widget, import the initialize function from the SDK and call it with your configuration. Here is an example using a simple React component:

  import React from 'react';
  import { initialize } from '@dynamicdocs/widget-sdk';

  const App = () => {
    initialize({
      appId: 'your-app-id',
    });

    return <div>My Application</div>;
  };

  export default App;
0.1.96

11 months ago

0.1.95

11 months ago

0.1.94

11 months ago

0.1.93

11 months ago

0.1.92

11 months ago

0.1.91

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago