ReactJS
Add our Widget to your ReactJS app in 2 easy steps
Installation
You can install the package via yarn:
   yarn i @myinterview/widget-react@1.1.32
or npm
   npm i @myinterview/widget-react@1.1.32
Add the component to your app
import { Widget } from '@myinterview/widget-react';
<Widget
    config={
        auth: 'apikey xxxxxxxxxxx sig=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
    }
    job={
        questions: [
            {
                question: 'My first question' ,
            }
        ]
    }
/>
For full reference and additional details click here