class Playbook::PbProgressSimple::ProgressSimple

def width

Explicitly defining the width prop here so the local prop takes precedence over global width prop
def width
  prop(:width)
end