0.0.11 • Published 1 month ago

@substrate-system/input v0.0.11

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
1 month 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

1 month ago

0.0.9

1 month ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago

0.0.0

2 months ago