Sha256: f80001793a3f69d82361fa3f7bf6badc9f8175534f9b190487e5344bb846baeb
Contents?: true
Size: 291 Bytes
Versions: 5
Compression:
Stored size: 291 Bytes
Contents
require 'beryl/widget' class Something < Beryl::Widget def render(state) column :fill_width, :fill_height do text 'Bart', height: 100, width: 300 text 'Abc', proportional_height: 2 text 'Karol', :fill_height text 'Xyz', proportional_height: 3 end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
beryl-0.2.4 | app/something.rb |
beryl-0.2.3 | app/something.rb |
beryl-0.2.2 | app/something.rb |
beryl-0.2.1 | app/something.rb |
beryl-0.2.0 | app/something.rb |