I am using react bootstrap, I am trying to align items vertically within a row but with no luck. My problem is I have a button in one of the columns, so for the other column
Simple solutions.
Two classes should be used in immediate parent div/element.
d-flex
andalign-items-center
import { Col, Container, Row } from 'react-bootstrap';
{items.length}
{items.name}
N.B. - styled has been optionally used to see the effect. items of items.length
is a destructuring array from useState()
hook