@fluid-topics/ft-checkbox
TypeScript icon, indicating that this package has built-in type declarations

1.1.116 • Public • Published

A check box component.

Install

npm install @fluid-topics/ft-checkbox
yarn add @fluid-topics/ft-checkbox

Usage

import {html} from "lit"
import "@fluid-topics/ft-checkbox"

function render() {
    return html`         
    <ft-checkbox name="form-name" checked
                @change=${(e: CustomEvent) => console.log("ft-checkbox change to :", e.detail)} >
            Check me
    </ft-checkbox>`
}

Readme

Keywords

Package Sidebar

Install

npm i @fluid-topics/ft-checkbox

Weekly Downloads

0

Version

1.1.116

License

ISC

Unpacked Size

429 kB

Total Files

12

Last publish

Collaborators

  • antidot
  • mike.antidot