class Lookbook::ParamTag

def input

def input
  tag_args[:input]&.downcase&.tr("_", "-")
end