class Primer::Beta::BorderBox

def render?

def render?
  rows.any? || header.present? || body.present? || footer.present?
end