Open scorpiontornado opened 10 months ago
E.g. using <div className="col..."> rather than <Col ...>. See the Reactstrap docs (and perhaps the Bootstrap docs, but note much of the div-based class system can be replaced with React components).
<div className="col...">
<Col ...>
E.g. using
<div className="col...">
rather than<Col ...>
. See the Reactstrap docs (and perhaps the Bootstrap docs, but note much of the div-based class system can be replaced with React components).