🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@cloudflare/component-heading-hash

Package Overview
Dependencies
Maintainers
37
Versions
591
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

7.0.36
latest
npm
Version published
Weekly downloads
823
-16.02%
Maintainers
37
Weekly downloads
 
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 30 Apr 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