Kamiflex.json(self) do
alt_text "buttons"
bubble size: :giga do
body do
1.times.each do |i|
horizontal_box margin: :xs do
1.times.each do |j|
horizontal_box margin: :xs, backgroundColor: "#333333", paddingAll: "5px", cornerRadius: :md, action: uri_action("https://kamiflex.etrex.tw/") do
text "按鈕#{i*3 + j}", align: :center, color: "#cccccc", size: :xs, margin: :xs
end
end
filler
end
end
end
end
end