class Phlex::Component

def initialize(**attributes)

def initialize(**attributes)
  attributes.each { |k, v| instance_variable_set("@#{k}", v) }
end