🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@fluid-topics/ft-text-field

Package Overview
Dependencies
Maintainers
0
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-text-field

A fluidtopics text field

1.2.6
npm
Version published
Weekly downloads
872
42.02%
Maintainers
0
Weekly downloads
 
Created
Source

A text input component.

Install

npm install @fluid-topics/ft-text-field
yarn add @fluid-topics/ft-text-field

Usage

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

function render() {
    return html` 
            <ft-text-field label="Label"
                          value="Value"
                          @change=${(e: CustomEvent) => console.log("Value changed:", e.detail)}
                          @live-change=${(e: CustomEvent) => console.log("Value live changed:", e.detail)}>
            </ft-text-field>
           `
}

Keywords

Lit

FAQs

Package last updated on 18 Mar 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