@fluid-topics/ftds-tree-list
v2.2.14
Published
The design system tree list component
Readme
The design system tree list component
Install
npm install @fluid-topics/ftds-tree-list
yarn add @fluid-topics/ftds-tree-listUsage
import { html } from "lit"
import "@fluid-topics/ftds-tree-list"
function render() {
return html` <ftds-tree-list foo="bar"></ftds-tree-list> `
}