@fluid-topics/ftds-input-helper-text
v2.2.6
Published
The design system input helper text component
Downloads
10,482
Readme
The design system input helper text component
Install
npm install @fluid-topics/ftds-input-helper-text
yarn add @fluid-topics/ftds-input-helper-textUsage
import { html } from "lit"
import "@fluid-topics/ftds-input-helper-text"
function render() {
return html` <ftds-input-helper-text foo="bar"></ftds-input-helper-text> `
}