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

Tooltip Positions

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

Tooltip Triggers

Tooltip 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.

Tooltip Options

Tooltip Methods

This is considered a “manual” triggering of the tooltip. Tooltips with zero-length titles are never displayed.

Tooltip Events

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