@extends('layouts.default') {{-- Page title --}} @section('title') Cards @parent @stop {{-- page level styles --}} @section('header_styles') @stop @section('content')

Dropdowns

Default Dropdowns

Trigger dropdown menus of the elements by adding classes to the parent element.

  • .dropdown
  • .dropup
  • .dropleft
  • .dropright
DropUp

Dropup buttons with different bootstrap variant classes

Split Dropdowns

Split dropdown buttons with different bootstrap variant classes

Dropdowns Sizing
@stop @section('footer_scripts') @stop