@extends('layouts.master') @section('main-content')
use a large block of connected links for our pagination, making links hard to miss and easily scalable—all while providing large hit areas. Pagination is built with list HTML elements so screen readers can announce the number of available
links. Use a wrapping
nav
element to identify it as a navigation section to screen readers and other assistive technologies.
can also add the indicators to the carousel, alongside the controls, too
Adding in the previous and next controls
Add captions to your slides easily with the .carousel-caption
element within any .carousel-item
. They can be easily hidden on smaller viewports, as shown below, with optional display utilities.
Add .carousel-fade
to your carousel to animate slides with a fade transition instead of a slide.
interval: 2000
The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle
If set to "hover"
, pauses the cycling of the carousel on mouseenter
and resumes the cycling of the carousel on
mouseleave
. If set to false
, hovering over the carousel won't pause it.
Whether the carousel should cycle continuously or have hard stops.Default true
Whether the carousel should react to keyboard events.Default true