@mxjp/gluon
TypeScript icon, indicating that this package has built-in type declarations

14.1.3 • Public • Published

Gluon

This is a signal based frontend framework.

import { mount, sig } from "@mxjp/gluon";

const count = sig(0);

mount(
  document.body,
  <button on:click={() => { count.value++ }}>
    Clicked {count} times
  </button>
);

/@mxjp/gluon/

    Package Sidebar

    Install

    npm i @mxjp/gluon

    Weekly Downloads

    545

    Version

    14.1.3

    License

    MIT

    Unpacked Size

    621 kB

    Total Files

    234

    Last publish

    Collaborators

    • mpt