@extends('layouts/contentLayoutMaster') @section('title', 'Popovers') @section('content')

Popover Positions

Four options are available: top, right, bottom, and left aligned.

Popover Triggers

Popover is triggered using - click | hover | focus | manual options. You may pass multiple triggers; separate them with a space. "manual" cannot be combined with any other trigger.

Popover Options

Popover Methods

This is considered a “manual” triggering of the popover.Popovers whose both title and content are zero-length are never displayed.

Popover Events

@endsection @section('page-script') {{-- Page js files --}} @endsection