@fluid-topics/ftds-typography
v2.1.16
Published
The design system typography component
Readme
The design system typography component
Install
npm install @fluid-topics/ftds-typography
yarn add @fluid-topics/ftds-typographyUsage
import {html} from "lit"
import "@fluid-topics/ftds-typography"
function render() {
<ftds-typography
variant = "title-2" > Typography
component < /ftds-typography>
}