7.0.0 • Published 6 years ago

cf-builder-card v7.0.0

Weekly downloads
35
License
BSD-3-Clause
Repository
-
Last release
6 years ago

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 type="default" onClick={() => console.log('Button clicked!')}>
    Click me!
  </Button>
);

const BuilderCard = () => (
  <CardBuilder
    title="This is a Card"
    description="This is the description of a card."
    control={MyButton}
    table={
      <Table striped>
        <TableBody>
          <TableRow>
            <TableCell>One</TableCell>
            <TableCell>Two</TableCell>
          </TableRow>
          <TableRow>
            <TableCell>Three</TableCell>
            <TableCell>Four</TableCell>
          </TableRow>
        </TableBody>
      </Table>
    }
    drawers={[
      {
        id: 'api',
        name: 'API',
        content: 'API Content'
      },
      {
        id: 'help',
        name: 'Help',
        content: 'Help Content'
      }
    ]}
  />
);

export default BuilderCard;
7.0.0

6 years ago

6.3.31

6 years ago

6.3.30

6 years ago

6.3.29

6 years ago

6.3.28

6 years ago

6.3.27

6 years ago

6.3.26

6 years ago

6.3.25

6 years ago

6.3.24

6 years ago

6.3.23

6 years ago

6.3.22

6 years ago

6.3.21

6 years ago

6.3.20

6 years ago

6.3.19

6 years ago

6.3.18

6 years ago

6.3.17

6 years ago

6.3.16

6 years ago

6.3.15

6 years ago

6.3.14

6 years ago

6.3.13

6 years ago

6.3.12

6 years ago

6.3.11

6 years ago

6.3.10

6 years ago

6.3.9

6 years ago

6.3.8

6 years ago

6.3.7

6 years ago

6.3.6

6 years ago

6.3.5

6 years ago

6.3.4

6 years ago

6.3.3

6 years ago

6.3.2

6 years ago

6.3.1

6 years ago

6.3.0

6 years ago

6.2.0

6 years ago

6.1.9

6 years ago

6.1.8

6 years ago

6.1.7

6 years ago

6.1.6

6 years ago

6.1.5

6 years ago

6.1.4

6 years ago

6.1.3

6 years ago

6.1.2

7 years ago

6.1.1

7 years ago

6.1.0

7 years ago

6.0.4

7 years ago

6.0.3

7 years ago

6.0.2

7 years ago

6.0.1

7 years ago

5.0.0

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.1.7

7 years ago

3.1.6

7 years ago

3.1.5

7 years ago

3.1.4

7 years ago

3.1.3

7 years ago

3.1.2

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.5.0

7 years ago

2.4.3

7 years ago

2.4.2

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.6

7 years ago

2.3.5

7 years ago

2.3.4

7 years ago

2.3.3

7 years ago

2.3.2

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago