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

1.1.40 • Public • Published

A card component for all UI usage.

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

Readme

Keywords

Package Sidebar

Install

npm i @fluid-topics/ft-card

Weekly Downloads

208

Version

1.1.40

License

ISC

Unpacked Size

243 kB

Total Files

12

Last publish

Collaborators

  • antidot
  • mike.antidot