Socket
Book a DemoInstallSign in
Socket

@fluid-topics/ft-accordion

Package Overview
Dependencies
Maintainers
2
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-accordion

The accordion component allows the user to show and hide sections of related content on a page.

npmnpm
Version
1.2.53
Version published
Weekly downloads
231
80.47%
Maintainers
2
Weekly downloads
 
Created
Source

An accordion component.

Install

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

Usage

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

function render() {
    return html` 
        <ft-accordion>
            <ft-accordion-item label="Part 1" active>
                ...
            </ft-accordion-item>
            <ft-accordion-item icon="shopping_cart" label="Part 2">
                ...
            </ft-accordion-item>
            <ft-accordion-item label="Part 3">
                ...
            </ft-accordion-item>
        </ft-accordion> 
    `
}

Keywords

Lit

FAQs

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