0.2.0-deprecated • Published 10 years ago

react-bootstrap-columnize v0.2.0-deprecated

Weekly downloads
9
License
ISC
Repository
github
Last release
10 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

10 years ago

0.2.0-dep

10 years ago

0.2.0

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago