Container 容器
這裡是b-container的範圍
程式碼:
<b-container>
do Something...
</b-container>
Row 列
這裡是b-row的範圍
程式碼:
<b-container>
<b-row>
do Something...
</b-row>
</b-container>
Col 欄
col=2
col=2
col=2
col=2
col=2
col=2
col=3
col=3
col=3
col=3
col=4
col=4
col=4
col=6
col=6
程式碼:
<b-container>
<b-row>
<b-col col="1~12">
do Something...
</b-col>
</b-row>
</b-container>
Button 按鈕
LightGray, 粗體
Dark
Blue, 粗體
LightBlue
Yellow, 粗體
Red
.lightGray
.dark
.blue
.lightBlue
.yellow
.red
程式碼:
<b-button> text </b-button> //一般
<b-button text-bold> text </b-button> //粗體
B-* 動畫
B-* View
appear
flash
appear_translateX_left
appear_translateX_right
appear_translateY_up
appear_translateY_down
shakeX
shakeY
skewX
skewY
bounce
jelly
程式碼:
<b-view animation="animation_name"> text </b-view> //一般