cf-component-heading
Cloudflare Heading Component
Installation
Installation with yarn is recommended
$ yarn add cf-component-heading
Usage
import React from 'react';import Heading HeadingCaption from 'cf-component-heading'; const HeadingComponent = <Heading => Look at this nice heading! <HeadingCaption>It even has a nice HeadingCaption</HeadingCaption> </Heading>; ;