class ViewComponentContrib::Preview::Base

def inherited(child)

Support layout inheritance
def inherited(child)
  child.layout(@layout) if defined?(@layout)
  super
end