0.0.11 • Published 6 months ago

@substrate-system/input v0.0.11

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
6 months ago

input

tests types module install size GZip size dependencies semantic versioning Common Changelog license

A parent web component to inherit from.

See a live demo

Install

npm i -S @substrate-system/input

Modules

This exposes ESM and common JS via package.json exports field.

ESM

import { Input } from '@substrate-system/input'

Common JS

const { Input } = require('@substrate-system/input')

Use

Inherit from this module.

JS

import { Input } from '@substrate-system/input'

class FooBar extends Input {
    static tag = 'foo-bar'
}

// Use the static method `define`
FooBar.define()

document.body.innerHTML += `
    <foo-bar></foo-bar>
`
0.0.11

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago