@lucasbassetti/typography
v0.0.3
Published
Typography component from the Lucas Bassetti UI library.
Downloads
206
Readme
@lucasbassetti/typography
Typography component from the Lucas Bassetti UI library.
Install
npm install @lucasbassetti/typographyUsage
import { Typography } from '@lucasbassetti/typography'
export default function App() {
return <Typography>Hello world</Typography>
}