react-bootstrap-columnize

0.2.0-deprecated • Public • Published

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>
))}

Package Sidebar

Install

npm i react-bootstrap-columnize

Weekly Downloads

6

Version

0.2.0-deprecated

License

ISC

Last publish

Collaborators

  • dlwalsh