99.10.0 • Published 4 years ago

@temporg/ui-heading v99.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

category: packages

ui-heading

npm  build-status  MIT License  Code of Conduct

Heading is a component for creating typographic headings.

Components

The ui-heading package contains the following:

Installation

yarn add @temporg/ui-heading

Usage

---
example: false
---
import React from 'react'
import { Heading } from '@temporg/ui-heading'

const MyHeading = () => {
  return (
    <Heading>I am a heading!</Heading>
  )
}