DODO Widgets
npm install @dodoex/widgets
npm or yarn.
js
yarn add @dodoex/widgets
`
`js
npm i --save @dodoex/widgets
`
Documentation
You can find the DODO Widget documentation on the website and check out the Getting Started page for a quick overview.
- Profit-Sharing Instructions
- API
Examples
Inside the examples folder, there two different examples,
For react app:
`shell
$ git clone git@github.com:DODOEX/widgets.git
$ cd example/react-app
`
For js app:
`shell
$ git clone git@github.com:DODOEX/widgets.git
$ cd example/js-app
`
Install and run the example:
`bash
yarn # install dependencies
yarn start # run the development server
or
npm # install dependencies
npm run start # run the development server
``