npm.io
2.0.38 • Published 2d ago

@fluid-topics/ft-typography

Licence
ISC
Version
2.0.38
Deps
3
Size
459 kB
Vulns
0
Weekly
0

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>
    `
}