0.0.14 • Published 3 years ago

@shop25/taskbook-iframe v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Install

npm i @shop25/taskbook-iframe

Usage

import { createWidget } '@shop25/taskbook-iframe'


const mountElement = document.querySelector('#widget');

const widget = createWidget({
    mountElement,
    host: 'https://...',
    projectSlug: 'partsbypost'
})

widget.onSetCount((count) => console.log(count))
widget.setOrder('store-24') # когда виджен уже загружен
widget.delete()
0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.9

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago