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