carousel in react bootstrap code example
Example 1: react bootstrap carousel caption placement top
.carousel-caption {
top: 0;
bottom: auto;
}
Example 2: react bootstrap carousel not working
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">