Content deleted Content added
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
<includeonly> |
<includeonly> |
||
<!-- Modal toggle --> |
<!-- Modal toggle --> |
||
{{flow button|text={{{button text|Open modal}}}|action=modal|target={{{target|default-modal}}}|class={{{aditional class button}}}}} |
{{flow button|text={{{button text|Open modal}}}|action=modal|target={{{target|default-modal}}}|class={{{aditional class button}}}|color-blue={{{button-color|yes}}}|dispaly=inline}} |
||
<!-- Main modal --> |
<!-- Main modal --> |
||
| Line 17: | Line 17: | ||
<!-- Modal content --> |
<!-- Modal content --> |
||
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700"> |
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700"> |
||
{{#if: {{{modal header|}}}|<!-- Modal header --> |
{{#if: {{{modal header|}}}{{{empty header|}}}|<!-- Modal header --> |
||
<div class="flex items-center justify-between p-4 md:p-5 border-b rounded-t dark:border-gray-600"> |
<div class="flex items-center justify-between p-4 md:p-5 border-b rounded-t dark:border-gray-600"> |
||
<div class="h3 text-xl font-semibold text-gray-900 dark:text-white"> |
<div class="h3 text-xl font-semibold text-gray-900 dark:text-white"> |
||
Revision as of 16:50, 6 September 2024
Usage: