Sha256: ae4ffdf5ea21842fd4f6acbcdb535caf756656295476f0bb5b0f0a9404867417

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

# frozen_string_literal: true

Shoes.app width: 280, height: 350 do
  flow width: 280, margin: 10 do
    stack width: "100%" do
      banner "A POEM"
    end
    stack width: "80px" do
      para "Goes like:"
    end
    stack width: "-90px" do
      para "the sun.\n",
           "a lemon.\n",
           "the goalie.\n",
           "a fireplace.\n",
           "i want to write\n",
           "a poem for the\n",
           "kids who haven't\n",
           "even heard one yet.\n\n",
           "and the goalie guards\n",
           "the fireplace"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.rc1 samples/nks_poem.rb