💻PoodlApp
Add Poodl White Label to a project using React.
NPM Package
https://www.npmjs.com/package/@poodl/widget?activeTab=readme
Installation
From the root of your project, if you use YARN, run:
If you use NPM, run:
Import
Import the widget with:
Rendering
You can now render the widget as a component with
where config
is an object specifying all the customizations. Learn more about that in the implementation walkthrough.
Note that if you do not specify any custom configuration, you will get the default ones.
Summary
Once you have installed the package with YARN or NPM, add the following code to one of your pages to render the widget with default options.
Last updated