class ViewComponent::Preview

def find(preview)

Find a component preview by its underscored class name.
def find(preview)
  all.find { |p| p.preview_name == preview }
end