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

@cloudflare/component-loading

Package Overview
Dependencies
Maintainers
37
Versions
535
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-loading

Cloudflare Loading Component

7.0.1
npm
Version published
Weekly downloads
15K
7.06%
Maintainers
37
Weekly downloads
 
Created
Source

@cloudflare/component-loading

Cloudflare Loading Component

Installation

Installation with yarn is recommended


$ yarn add @cloudflare/component-loading

Usage

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

const LoadingComponent = () => (
  <div>
    <Loading />
    <Loading color="#d46777" />
    <Loading size="1.5x" />
    <Loading size="2x" />
    <Loading size="2.5x" />
    <Loading size="3x" />
    <Loading size="3.5x" />
    <Loading size="4x" />
  </div>
);

export default LoadingComponent;

FAQs

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