0.1.1 • Published 5 years ago

@rock-kit/ui-heading v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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 @rock-kit/ui-heading

Usage

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

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