@extends('layouts.vertical', ['pageTitle' => 'Dropdowns']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Dropdowns', 'pageSubTitle1' => 'Design', 'pageSubTitle2'=> 'UI Components', 'pageSubText' => 'Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin.']) @endsection @section('content')
Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is an intentional design decision. Dropdowns are built on a third party library, Popper.js, which provides dynamic positioning and viewport detection.
Find more facts and uses at the bootstrap official documentation.
<a> or <button>
elements to better fit your potential needs.
.dropdown-multilevel,
change direction of by adding .dropdown-multilevel-left (right by default)
Some example text that's free-flowing within the dropdown menu.
And this is more example text.
.no-arrow to
.dropdown-toggle
.dropdown-menu-animated,
.fadeup, .fadedown, .faderight,
.fadeleft to
.dropdown-menu
.dropup,
.dropright,
and .dropleft to the parent element.
.dropdown-sm, .dropdown-md, .dropdown-lg, and
.dropdown-xl
.dropdown-header using utility classes. Change backgrounds,
colors, and paddings using
various helpers
data-display="static" attribute and use the responsive variation classes. To
align
left/right the dropdown menu with the given breakpoint or larger, add
.dropdown-menu{-sm|-md|-lg|-xl}-right or
.dropdown-menu{-sm|-md|-lg|-xl}-left