mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
plugin info
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Divider
|
title: Divider
|
||||||
description: A divider visually segments content into groups
|
description: A divider visually segments content into groups
|
||||||
|
done: true
|
||||||
---
|
---
|
||||||
|
|
||||||
### Default markup
|
### Default markup
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Flags
|
title: Flags
|
||||||
menu: docs.flags
|
menu: docs.flags
|
||||||
|
plugin: flags
|
||||||
---
|
---
|
||||||
|
|
||||||
## Flag
|
## Flag
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" class="form-control form-control-sm" placeholder="Search something…" name="s">
|
<input type="text" class="form-control form-control-sm" placeholder="Search something…" name="s">
|
||||||
<span class="input-group-btn ml-2">
|
<span class="input-group-btn ml-2">
|
||||||
<button class="btn btn-sm btn-default" type="submit">
|
<button class="btn btn-sm btn-secondary" type="submit">
|
||||||
<span class="fe fe-search"></span>
|
{% include ui/icon.html icon="search" %}
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -28,8 +28,12 @@ page-title: Documentation
|
|||||||
<div class="markdown">
|
<div class="markdown">
|
||||||
<h2 class="mt-0 mb-4">{{ page.title }}{% if page.done %} {% include ui/icon.html icon="check" color="green" %}{% endif %}</h2>
|
<h2 class="mt-0 mb-4">{{ page.title }}{% if page.done %} {% include ui/icon.html icon="check" color="green" %}{% endif %}</h2>
|
||||||
|
|
||||||
|
{% if page.plugin %}
|
||||||
|
<div class="alert alert-info">This module is available in <code>tabler-{{ page.plugin }}</code> plugin.</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.in_progress %}
|
{% if page.in_progress %}
|
||||||
|
|||||||
Reference in New Issue
Block a user