You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@fluid-topics/ft-checkbox

Package Overview
Dependencies
Maintainers
0
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-checkbox

A checkbox component

1.1.112
npm
Version published
Weekly downloads
612
31.9%
Maintainers
0
Weekly downloads
 
Created
Source

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>`
}

Keywords

Lit

FAQs

Package last updated on 22 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts