Socket
Book a DemoInstallSign in
Socket

@cloudflare/component-heading

Package Overview
Dependencies
Maintainers
43
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-heading

Cloudflare Heading Component

latest
npmnpm
Version
5.0.3
Version published
Maintainers
43
Created
Source

@cloudflare/component-heading

Cloudflare Heading Component

Installation

Installation with yarn is recommended


$ yarn add @cloudflare/component-heading

Usage

import React from 'react';
import { Heading, HeadingCaption } from '../../src';

const HeadingComponent = () => (
  <div>
    {[1, 2, 3, 4, 5, 6].map(size => (
      <Heading size={size} key={size}>
        Look at this nice heading!
        <HeadingCaption>It even has a nice HeadingCaption</HeadingCaption>
      </Heading>
    ))}
  </div>
);

export default HeadingComponent;

FAQs

Package last updated on 10 Sep 2025

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