0.1.1 • Published 5 years ago
@rock-kit/ui-heading v0.1.1
category: packages
ui-heading
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>
)
}