class ViewComponent::Preview

def all

Returns all component preview classes.
def all
  load_previews if descendants.empty?
  descendants
end