0.1.6 • Published 6 years ago

react-multi-column v0.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago