1.0.1 • Published 8 years ago

@hnordt/reax-row v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Reax Row

Bootstrap Row component for React

npm version

PropTypes

{
  children: PropTypes.node.isRequired
}

Usage

npm install --save @hnordt/reax-row
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;
1.0.1

8 years ago

1.0.0

8 years ago