This package has been deprecated

Author message:

Package deprecated

@hnordt/reax-col

1.0.1 • Public • Published

Reax Col

Bootstrap Col component for React

npm version

PropTypes

{
  xs: PropTypes.number,
  sm: PropTypes.number,
  md: PropTypes.number,
  lg: PropTypes.number,
  children: PropTypes.node.isRequired
}

Usage

npm install --save @hnordt/reax-col
import React from 'react';
import Row from '@hnordt/reax-row';
import Col from '@hnordt/reax-col';

const Foo = () => (
  <Row>
    <Col xs={12} md={6}>
      Foo
    </Col>
    <Col xs={12} md={6}>
      Bar
    </Col>
  </Row>
);

export default Foo;

Readme

Keywords

none

Package Sidebar

Install

npm i @hnordt/reax-col

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • hnordt