0.0.5 • Published 8 years ago

thinky-card v0.0.5

Weekly downloads
8
License
ISC
Repository
-
Last release
8 years ago

Thinky Cards

This package produces a single function with the following signature:

buildCard([
    {
      type: string,
      ...args
    }
  ])

The function takes a list of "Blocks" that will be represented in the card. Each entry contains a type and some arguments that are type specific. If the type does not exist, no component for that block will be rendered.

The function will return a single React component that represents the complete card.

0.0.5

8 years ago

0.0.4

8 years ago

0.0.4-rc3

8 years ago

0.0.4-rc2

8 years ago

0.0.4-rc1

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.1-rc1

8 years ago