Request for React-Bootstrap page lay-out example

Hi, i would like to use React-Bootstrap to style my welcome/ landing page similar to: https://blackrockdigital.github.io/startbootstrap-creative/. However, all examples I can find are build with Bootstrap 3 (or other version) and so not with React-Bootstrap. Can anyone help me with a nice Meteor React-Bootstrap layout?

this uses bootstrap 4 and seems popular:

https://reactstrap.github.io/

This looks cool too if you’re not set on bootstrap:

https://dev.office.com/fabric

edit: I just saw you’re looking for a pre-built layout.

You could probably translate that HTML to react-bootstrap pretty quickly:

<div class='row'> becomes <Row> etc.

2 Likes