class Playbook::PbProgressPills::ProgressPills

def aria_attributes

def aria_attributes
  return aria if aria.present?
  { hidden: true }
end