cf-builder-card
Cloudflare Card Builder
Installation
Installation with yarn is recommended
$ yarn add cf-builder-card
Usage
import React from 'react';import CardBuilder from 'cf-builder-card';import Table TableBody TableRow TableCell from 'cf-component-table';import Button from 'cf-component-button'; const MyButton = <Button ="default" => Click me! </Button>; const BuilderCard = <CardBuilder ="This is a Card" ="This is the description of a card." = = = />; ;