0.2.3 • Published 7 years ago

card-binder v0.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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
0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago