Dynamic label with outline
npm install @fluid-topics/ft-input-labelA dynamic label with outline.
``shell`
npm install @fluid-topics/ft-input-label
yarn add @fluid-topics/ft-input-label
`typescript
import { html } from "lit"
import "@fluid-topics/ft-input-label"
function render() {
return html ``
}