Quantcast
Viewing all articles
Browse latest Browse all 21

R6 – Contribution to React-Bootstrap

React is a javascript library developed by facebook for UI. It’s gaining traction as one of the most popular UI building tools because of it’s ingenious and easy to use coding style. Bootstrap is created by Twitter and is the most popular front-end framework which gives you beautiful components to rapidly web develop.

React-Bootstrap is a marriage of these two technologies.

I’ve contributed a new component to react-bootstrap. I’ve added the thumbnail component to the project as seen in Bootstrap’s docs which is a great component for featuring images, and is best used within the already existing grid system. Being new to the repository, I followed the coding examples of already existing components to create Thumbnail. It was a straightforward component to code and I am currently working through the responses on my pull request.


Viewing all articles
Browse latest Browse all 21

Trending Articles