Tag Plugins Demo
Keep Team Lv1

Keep 主题内置 Tag 插件的使用示例 Demo,持续更新…

button

small size

info
primary
success
warning
danger
1
2
3
{% button info small https://xpoet.cn %}
button info small
{% endbutton %}

1
2
3
{% button primary small https://xpoet.cn %}
button primary small
{% endbutton %}

1
2
3
{% button success small https://xpoet.cn %}
button success small
{% endbutton %}

1
2
3
{% button warning small https://xpoet.cn %}
button warning small
{% endbutton %}

1
2
3
{% button danger small https://xpoet.cn %}
button danger small
{% endbutton %}

default size

info
primary
success
warning
danger
1
2
3
{% button info default https://xpoet.cn %}
button info default
{% endbutton %}

1
2
3
{% button primary default https://xpoet.cn %}
button primary default
{% endbutton %}

1
2
3
{% button success default https://xpoet.cn %}
button success default
{% endbutton %}

1
2
3
{% button warning default https://xpoet.cn %}
button warning default
{% endbutton %}

1
2
3
{% button danger default https://xpoet.cn %}
button danger default
{% endbutton %}

large size

info
primary
success
warning
danger
1
2
3
{% button info large https://xpoet.cn %}
button info large
{% endbutton %}

1
2
3
{% button primary large https://xpoet.cn %}
button primary large
{% endbutton %}

1
2
3
{% button success large https://xpoet.cn %}
button success large
{% endbutton %}

1
2
3
{% button warning large https://xpoet.cn %}
button warning large
{% endbutton %}

1
2
3
{% button danger large https://xpoet.cn %}
button danger large
{% endbutton %}

note

info
primary
success
warning
danger
1
2
3
{% note info %}
this is info note ...
{% endnote %}

this is default note …

1
2
3
{% note primary %}
this is primary note ...
{% endnote %}

this is primary note …

1
2
3
{% note success %}
this is success note ...
{% endnote %}

this is success note …

1
2
3
{% note warning %}
this is warning note ...
{% endnote %}

this is warning note …

1
2
3
{% note danger %}
this is danger note ...
{% endnote %}

this is danger note …

tabs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% tabs 2 %}

<!-- tab tab1 -->
this is tab1 ...
<!-- endtab -->

<!-- tab tab2 -->
this is tab2 ...
<!-- endtab -->

<!-- tab tab3 -->
this is tab3 ...
<!-- endtab -->

{% endtabs %}
tab1
tab2
tab3

this is tab1 …

this is tab2 …

this is tab3 …

 评论
评论插件加载失败
正在加载评论插件