5.0.0 • Published 8 years ago
cf-component-heading
Licence
BSD-3-Clause
Version
5.0.0
Deps
3
Size
21 kB
Vulns
0
Weekly
5
DeprecatedThis package is deprecated
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 size={2}>
Look at this nice heading!
<HeadingCaption>It even has a nice HeadingCaption</HeadingCaption>
</Heading>
);
export default HeadingComponent;