@xaviju-iss/iss-button
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

ISS element template

ISS template web component.

Usage

This component should only be used as template. Please do not overwrite it.

Add iss-template to your project:

npm i @iss/iss-template

Import iss-template into your module script:

import { IssTemplate } from "iss-template"

Use it in your web page:

<iss-template>Click Me</iss-template>

Example properties

- @property({ type: String }) prop1 = 'text binding';
- @property({ type: String }) prop2 = 'mydiv';
- @property({ type: Boolean }) prop3 = true;
- @property({ type: String }) prop4 = 'pie';
- @property({ type: Array }) prop5 = ['monday', 'tuesday', 'wednesday'];

Events

- **click** - When button is clicked/submitted

Package Sidebar

Install

npm i @xaviju-iss/iss-button

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

13.8 kB

Total Files

10

Last publish

Collaborators

  • bameda
  • xaviju