class Lookbook::Embed::Inspector::Component

def id

def id
  Utils.id(
    "embed-inspector",
    "#{scenarios.map(&:name).join}#{options.to_json}#{actions.to_json}#{panels.to_json}".hash
  )
end