Skip to content

按鈕牆範例 #8

Description

@etrex
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions