@blokdots/components
TypeScript icon, indicating that this package has built-in type declarations

3.1.3 • Public • Published

@blokdots/components

Installation

npm install @blokdots/components --save
yarn add @blokdots/components

Example

const components = require("@blokdots/components");

let timer = new components.Timer(0);

timer.on("change", (value) => {
  console.log(value);
});

timer.start();

/@blokdots/components/

    Package Sidebar

    Install

    npm i @blokdots/components

    Weekly Downloads

    61

    Version

    3.1.3

    License

    MIT

    Unpacked Size

    1.59 MB

    Total Files

    72

    Last publish

    Collaborators

    • olivierbrcknr
    • christoph.labacher