0.63.0 • Published 1 year ago
@spwntch/typography v0.63.0
Spawntech's React Typogrpahy Library
This package is currently pre-release.
What's in here?
This library includes all of Spawntech's base typogrpayh react.js components.
| Component | Purpose |
|---|---|
| Code | Use this to display a styled code tag |
| H1 | Use this to display a styled h1 tag |
| H2 | Use this to display a styled h2 tag |
| H3 | Use this to display a styled h3 tag |
| H4 | Use this to display a styled h4 tag |
| Large | Use this to display styled large paragraph text |
| Lead | Use this to display styled lead paragraph text |
| Li | Use this to display a list item |
| Muted | Use this to display styled muted paragraph text |
| P | Use this to display styled standard paragraph text |
| Small | Use this to display styled small paragraph text |
| Ul | Use this to display a unordered list containing Li tags |
Getting Started
- Install the package
npm i @spwntch/typography- Use our components
import { H1 } from "@spwntch/typogrpahy";
export default function MyComponent() {
return <H1>Hello World!!!</Button>;
}