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