You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@cloudflare/component-page

Package Overview
Dependencies
Maintainers
36
Versions
724
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-page

Cloudflare Page Component

9.3.19
latest
npm
Version published
Weekly downloads
5.5K
-8.54%
Maintainers
36
Weekly downloads
 
Created
Source

@cloudflare/component-page

Cloudflare Page Component

Installation

Installation with yarn is recommended


$ yarn add @cloudflare/component-page

Usage

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

const PageComponent = () => (
  <Page type="wide" title="Title" description="Subtitle" beta>
      <div>Awesome page content.</div>
      <div>Please buy our things.</div>
  </Page>
);

export default PageComponent;

FAQs

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