You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP β†’
Socket
Book a DemoInstallSign in
Socket

@fluid-topics/ft-card

Package Overview
Dependencies
Maintainers
2
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-card

A file uploader with drag and drop

1.2.43
latest
npmnpm
Version published
Weekly downloads
920
29.76%
Maintainers
2
Weekly downloads
Β 
Created
Source

A card component.

Install

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

Usage

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

function render() {
    return html` 
        <ft-card title="Title">
            <ft-button slot="action" dense round icon="close"></ft-button>
            <div>Content</div>
        </ft-card>
    `
}

Keywords

Lit

FAQs

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