...

/

Adding the Carousel Example's Main Element

Adding the Carousel Example's Main Element

Learn how to copy components from the Bootstrap 4 official examples.

Adding additional sections to our page

To speed things up, we’ll refer to the examples from the official documentation.
This time, we’ll copy a part of the carousel example layout from the Bootstrap 4 official examples. Let's have a look at it.

Press + to interact
Carousel example
Carousel example

Main component

This time, we’ll use DevTools slightly differently. We’ll add the entire carousel example layout, except its navbar and carousel. We do this with the help of DevTools.  ...