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