@socketsupply/tonic

15.1.2 • Public • Published

tonic

https://tonicframework.dev



Tonic is a low profile component framework for the web. It's one file, less than 3kb gzipped and has no dependencies. It's designed to be used with modern Javascript and is compatible with all modern browsers and built on top of the Web Components.

Installation

npm install @socketsupply/tonic

Usage

import Tonic from '@socketsupply/tonic'

class MyGreeting extends Tonic {
  render () {
    return this.html`<div>Hello, World.</div>`
  }
}

Tonic.add(MyGreeting, 'my-greeting')

After adding your Javascript to your HTML, you can use your component anywhere.

<html>
  <head>
    <script src="my-greeting.js"></script>
  </head>
  <body>
    <my-greeting></my-greeting>
  </body>
</html>

Useful links

Copyright (c) 2023 Socket Supply Co.

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @socketsupply/tonic

Weekly Downloads

19

Version

15.1.2

License

MIT

Unpacked Size

23.6 kB

Total Files

5

Last publish

Collaborators

  • bret
  • chicoxyzzy
  • hij1nx
  • werle
  • raynos