Reactstrap — Custom Inputs and Input Groups

John Au-Yeung
3 min readSep 27, 2020
Photo by Anna Gru 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 custom inputs and input groups with Reactstrap.

Custom Inputs

We can add custom inputs to our app.

--

--