0.2.0-deprecated • Published 7 years ago

react-bootstrap-columnize v0.2.0-deprecated

Weekly downloads
9
License
ISC
Repository
github
Last release
7 years ago

This package is deprecated

If you currently use this package, please use lodash/chunk instead. e.g.

{chunk(items, 6).map((group, i) => (
  <Row key={i}>
    {group.map(item => (
      <Col key={item.id} xs={2}>
        <figure>
          <img src={item.img} alt={item.description} />
          <figcaption>{item.caption}</figcaption>
        </figure>
      </Col>
    ))}
  </Row>
))}
0.2.0-deprecated

7 years ago

0.2.0-dep

7 years ago

0.2.0

7 years ago

0.1.8

8 years ago

0.1.7

8 years ago

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