<div id="app"></div>
img {
  max-width: 100%;
  padding-bottom: 1rem;
}
View Compiled
const { Container, Row, Col, Alert, Toast, ToastBody, ToastHeader } = Reactstrap;

class Demo extends React.Component {
  render() {
    return (
      <Container>
        <Row>
          <Col xs={12}>
            
          </Col>
        </Row>
      </Container>
    );
  }
}

ReactDOM.render(
  <Demo />,
  document.getElementById('app')
);
View Compiled

External CSS

  1. https://npmcdn.com/bootstrap@4.0.0-alpha.2/dist/css/bootstrap.min.css

External JavaScript

  1. https://npmcdn.com/react@15/dist/react-with-addons.min.js
  2. https://npmcdn.com/react-dom@15/dist/react-dom.min.js
  3. https://npmcdn.com/reactstrap@2/dist/reactstrap.min.js