1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 10:48:14 +04:00
Files
tabler/pages/_docs/modals.md
2020-02-19 00:19:36 +01:00

943 B
Raw Blame History

title, description, menu
title description menu
Modals Use Bootstraps JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content. docs.modals

Default markup

{% capture code %}

{% include parts/modals/simple.html %}
{% endcapture %} {% include example.html code=code modal=true %}

Prompt and alert

{% capture code %}

{% include parts/modals/small.html %}
{% endcapture %} {% include example.html code=code modal=true %}

Modal with form

{% capture code %}

{% include parts/modals/report.html %}
{% endcapture %} {% include example.html code=code modal=true %}