@fluid-topics/ft-typography
v1.1.82
Published
Typography components
Downloads
4,000
Readme
A typography component.
Install
npm install @fluid-topics/ft-typography
yarn add @fluid-topics/ft-typography
Usage
import { html } from "lit"
import "@fluid-topics/ft-typography"
function render() {
return html`
<ft-typography variant="title">Typography component</ft-typography>
`
}