New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-widgets-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-widgets-plugin

The simplest way to integrate wiki and knowledge base for growing teams. Beautiful, feature rich, and components..

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

React Widgets

The simplete way to integrate wiki and knowledge base, customer feedback, onboarding for growing teams. Beautiful, feature rich, and components.

All in one customer engagement

Knowledge base | Live Chat | User Onboarding | Customer Feedback

Website

Due.Work

Due.Work Feedback

Feedback

Due.Work Onboarding

Onboarding

Due.Work Live Chat

Live Chat

Widgets Demo

Installation

npm install react-widgets-plugin --save
yarn add react-widgets-plugin

How to use

import ReactWidget from 'react-widgets-plugin';
<ReactWidget
  workspaceId={workspaceId} //Required - follow step at bottom to get your workspaceId
  widget="popup" // popup | dialog | inline
  onLoad={() => {
    console.log('Widget has loaded successfully.');
  }}
/>

Props

NameRequiredTypeDefaultDescription
onLoad      Function           A callback to be called when widget is loaded successfully. function onLoad() { /* Widget Loaded Successfully */ }
widgetStringpopupType of widget on which you want to load your plugins `popup

How to get workspaceId

  • Signup/Login to www.due.work
  • Create a project (From templates or an empty project)
  • Click on button Add to website
  • Activate your plugins of your choice ( Knowledge base | Live Chat | User Onboarding | Customer Feedback )
  • Go to embed code option and first argument of the code will be workspaceId. duework.popup.init("H01xss"). Here "H01xss" is workspaceId
  • For more help check our support page Due.Work Help and Support

Contact Us and Help

For more info contact us at support@due.work
Our Help and Support Page Due.Work Help and Support

Keywords

Wikis

FAQs

Package last updated on 28 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts