@extends('layouts.default') @section('title', 'Bootstrap Tour') @push('css') @endpush @section('content')
10KB JavaScript and 2.5KB CSS, that's all (minified, gzipped).
Navigate using keyboard or mouse. Easily change the themes for your website.
Works on Google Chrome, Mozilla Firefox, Opera, Safari and even Internet Explorer.
Add progress-bar to your step-by-step introduction. It's as easy as adding .setOption('showProgress', true)
option to your Intro.js instance.
Hints enables you to add additional descriptions to any part of a web page. You can define hints by adding data-hint
attribute to the HTML elements.
You can enable or disable options like buttons, progress-bar and bullets by calling the setOption('showBullets', false)
function and pass option name.