🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

cf-component-label

Package Overview
Dependencies
Maintainers
23
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-label

Cloudflare Label Component

latest
npmnpm
Version
4.0.0
Version published
Weekly downloads
6
-60%
Maintainers
23
Weekly downloads
 
Created
Source

cf-component-label

Cloudflare Label Component

Installation

Installation with yarn is recommended


$ yarn add cf-component-label

Usage

import React from 'react';
import { Label } from 'cf-component-label';

const LabelComponent = () => (
  <p>
    <Label type="default">Default</Label>
    <Label type="info">Info</Label>
    <Label type="success">Success</Label>
    <Label type="warning">Warning</Label>
    <Label type="error">Error</Label>
  </p>
);

export default LabelComponent;

FAQs

Package last updated on 08 May 2018

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