@workgrid-widgets/core

1.23.0 • Public • Published

Workgrid Widgets - Core

Usage

This package is published to npm, and can be imported via cdn (ESM>CDN, UNPKG, jsDelivr).

The getToken method is required and must return a Workgrid User Auth Token (it may be synchronous or asynchronous).

<script type="module">
  import Core from '@workgrid-widgets/stream'

  new Core({
    getToken: () => { ... },
  })
</script>

/@workgrid-widgets/core/

    Package Sidebar

    Install

    npm i @workgrid-widgets/core

    Weekly Downloads

    19

    Version

    1.23.0

    License

    Apache-2.0

    Unpacked Size

    3.4 MB

    Total Files

    12

    Last publish

    Collaborators

    • workgrid-bot