Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

cf-component-heading

Package Overview
Dependencies
Maintainers
23
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-heading

Cloudflare Heading Component

latest
npmnpm
Version
5.0.0
Version published
Maintainers
23
Created
Source

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;

FAQs

Package last updated on 08 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts