@extends('layouts.master') @section('title')Unikit @endsection @section('body-start') @endsection @section('content') @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') UI Kit @endslot @slot('title') Alerts @endslot @endcomponent @endsection

Alerts Examples

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

Alerts Outline Examples

You can see this in action with a live demo:

Dismissing Examples

You can see this in action with a live demo:

Dismissing Outline Examples

You can see this in action with a live demo:

Custom Alerts Examples

You can see this in action with a live demo:

Additional content

Alerts can also contain additional HTML elements like headings, paragraphs and dividers.

@endsection @section('script') @endsection @section('body-end') @endsection