0.1.6 • Published 8 years ago

react-multi-column v0.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

React Multi Column

Build Status npm

A simple react library for building multi-column layout

example

Installation

yarn add react-multi-column

# Or if you don't use yarn
npm install react-multi-column

Properties

children

required

TypeDefault Value
Array of Node

The components to render as multi-column layout


gutter

TypeDefault Value
Number16

The size of the columns's gutter


columns

TypeDefault Value
Number1

The number of columns

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago