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