@socialwell-design/typography
v1.0.6
Published
Typography component from socialwell ui library
Downloads
1
Readme
This is a socialwell web design system
Installation
yarn add @socialwell-design/typography
or
npm i @socialwell-design/typography
How to use
import { Typography } from "@socialwell-design/typography";
<Typography
as="h1"
content="this is heading"
/>