An open API service indexing awesome lists of open source software.

https://github.com/finnfiddle/react-bs-grid

React components for declaratively constructing Bootstrap layout grids (Container, Row, Column).
https://github.com/finnfiddle/react-bs-grid

Last synced: 9 months ago
JSON representation

React components for declaratively constructing Bootstrap layout grids (Container, Row, Column).

Awesome Lists containing this project

README

          

# React Bootstrap Grid
```bash
npm install react-bs-grid
```

React components for declaratively constructing Bootstrap layout grids (Container, Row, Col).

## Example Usage

```javascript
import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import { Container, Row, Col } from 'react-bs-grid';

class MyComponent extends Component {

render() {
return (



My content is resized and centered...



);
}
}
```

## License

MIT