Sha256: 0a3660d85ed6dec21b77128593ad28fb09bbabc567994c6d9e8182e6e16c3eb9

Contents?: true

Size: 219 Bytes

Versions: 6

Compression:

Stored size: 219 Bytes

Contents

class Bootstrap
  class Component
    class Panel < Component
      add_div_method :panel, "panel panel-default"
      add_div_method :heading, "panel-heading"
      add_div_method :body, "panel-body"
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
card-1.21.0 mod/bootstrap/lib/bootstrap/component/panel.rb
card-1.20.4 mod/bootstrap/lib/bootstrap/component/panel.rb
card-1.20.3 mod/bootstrap/lib/bootstrap/component/panel.rb
card-1.20.2 mod/bootstrap/lib/bootstrap/component/panel.rb
card-1.20.1 mod/bootstrap/lib/bootstrap/component/panel.rb
card-1.20.0 mod/bootstrap/lib/bootstrap/component/panel.rb