olivierandriessen / bs-3-shortcode-handlers
该软件包最新版本(v0.1.6)没有提供许可证信息。
v0.1.6
2016-06-04 08:22 UTC
Requires
- thunderer/shortcode: ^0.6.2
This package is not auto-updated.
Last update: 2024-09-18 19:04:02 UTC
README
简码参考
CSS
组件
用法
CSS
网格
[row]
[column md="6"]
...
[/column]
[column md="6"]
...
[/column]
[/row]
如果您的主题未包含容器,容器组件也得到支持。
[container]
[row]
[column md="6"]
...
[/column]
[column md="6"]
...
[/column]
[/row]
[/container]
[container] 参数
[row] 参数
[column] 参数
响应式工具
[responsive block="lg md" hidden="sn xs"] ... [/responsive]
[responsive] 参数
警报
[alert type="success"] ... [/alert]