https://www.youtube.com/watch?v=LBP4rFNtM7Y
Bootstrap carousel, accordion and tab components.
Create groups first, then add the content to the group.
Please watch the video for more explanation.
Make sure you have Twitter Bootstrap's Carousel used in your theme.
Required Bootstrap v3*
Get Bootstrap.
Now include the files in your theme by adding it to your theme's layout.
<link href="{{ [
'assets/css/bootstrap.css'
]|theme }}" rel="stylesheet" />
These lines go just above the closing head tag.
<script src="{{ [
'assets/js/bootstrap.js'
]|theme }}" />
These lines go just above the closing body tag.