You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@cloudflare/component-heading-hash

Package Overview
Dependencies
Maintainers
42
Versions
601
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-heading-hash

Cloudflare Heading Hash Component

8.0.8
latest
npmnpm
Version published
Maintainers
42
Created
Source

component-heading-hash

Cloudflare Heading Hash Component

Installation

Installation with yarn is recommended

$ yarn add @cloudflare/component-heading-hash

Usage

import React from 'react';
import HeadingHash from '@cloudflare/component-heading-hash';

const HeadingComponent = ({ id, children }) => (
  <div>
    <HeadingHash id={id} size={1}>
      {children}
    </HeadingHash>
  </div>
);

export default HeadingComponent;

FAQs

Package last updated on 08 Jul 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