Reactstrap — Media

John Au-Yeung
3 min readSep 27, 2020
Photo by Jeffrey F Lin on Unsplash

Reactstrap is a version Bootstrap made for React.

It’s a set of React components that have Boostrap styles.

In this article, we’ll look at how to add media with Reactstrap.

Media

Media is a container that can hold images and text.

To use it, we import the Media component and write:

--

--