New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@fluid-topics/ft-button

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-button

A generic Fluid Topics tag

  • 1.1.115
  • npm
  • Socket score

Version published
Maintainers
2
Created

A button component.

Install

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

Usage

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

function render() {
    return html` <ft-button icon="shopping_cart">Add to cart</ft-button> `
}

Keywords

FAQs

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