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