1.1.12 • Published 12 months ago
commonninja-react v1.1.12
Common Ninja for React
A small library for using Common Ninja's widgets in React projects.
A list of all available widgets could be found here: https://www.commoninja.com/widgets
How to use
Start by installing the library in your project:
// npm
npm i commonninja-react
// yarn
yarn add commonninja-reactThen, add the following code where you want the widget to appear in your React app:
import { CommonNinjaWidget } from 'commonninja-react';
const MyComponent = () => {
return (
<CommonNinjaWidget
widgetId=""
/>
);
}Props
Here's a list of available props for the <CommonNinjaWidget /> component:
Mandatory
widgetId- Common Ninja's widget ID.
Not Mandatory
muteEvents- set to true if you don't want your widget to report engagement events for analytics (views, impressions, custom events, etc.).onLoad- a callback that will dispatch once the widget has been loaded completely.widgetProps- a string that will be passed to the viewer's url. Please note that this property isn't being used in most of apps.
Contact
Having issues / questions using this library? Feel free to reach out at contact@commoninja.com.
1.1.12
12 months ago
1.1.11
12 months ago
1.1.10
12 months ago
1.1.1
1 year ago
1.1.9
1 year ago
1.1.8
1 year ago
1.1.7
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
1.1.0
2 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago