This package has been deprecated
Author message:
This package has been deprecated. Please find this package under its new name @cloudflare/component-callout.
cf-component-callout
6.0.0 • Public • Published cf-component-callout
Cloudflare Callout Component
Installation
Installation with yarn is recommended
$ yarn add cf-component-callout
Usage
import React from 'react';
import { Callout } from 'cf-component-callout';
const CalloutComponent = () => (
<Callout title="Callout Title" content="Callout content." />
);
export default CalloutComponent;
Readme
Keywords
nonePackage Sidebar
Install
npm i cf-component-callout
Weekly Downloads