Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.56 KB

File metadata and controls

42 lines (38 loc) · 1.56 KB
layout default
title 按钮组
order 7
published true
category PCUI

按钮组 ( 命名空间:hb-btn-group )更新时间:{% timeago 2016-06-07 %}


通过按钮组容器把一组按钮放在同一行里

{% example html %}

左 中 右
{% endexample %}

按钮组尺寸

需要让按钮具有不同尺寸吗?使用 .hb-btn-group-lg.hb-btn-group-sm.hb-btn-group-xs 就可以获得不同尺寸的按钮。 {% example html %}

左 中 右
左 中 右
左 中 右
{% endexample %}