card-binder

0.2.3 • Public • Published

Card Binder

A set of React components used to create card binders.

Demo

View the storybook

Installation

To install this Component, run yarn add card-binder or npm install card-binder

Usage

import React from 'react'
import Binder, { Card, Page } from 'card-binder'
 
const MyBinder = props => (
  <Binder>
    <Page>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
      <Card standard>
        <h2>Standard Card</h2>
      </Card>
    </Page>
  </Binder>
)
 
export default MyBinder

Readme

Keywords

none

Package Sidebar

Install

npm i card-binder

Weekly Downloads

1

Version

0.2.3

License

MIT

Last publish

Collaborators

  • stevegood