Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@cloudflare/component-callout

Package Overview
Dependencies
Maintainers
0
Versions
505
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-callout

Cloudflare Callout Component

latest
npmnpm
Version
6.0.3
Version published
Weekly downloads
1.8K
29.46%
Maintainers
0
Weekly downloads
 
Created
Source

@cloudflare/component-callout

Cloudflare Callout Component

Installation

Installation with yarn is recommended


$ yarn add @cloudflare/component-callout

Usage

import React from 'react';
import { Callout } from '../../src';

const CalloutComponent = () => (
  <Callout title="Callout Title" content="Callout content." />
);

export default CalloutComponent;

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