Method: Playbook::PbProgressSimple::ProgressSimple#width

Defined in:
app/pb_kits/playbook/pb_progress_simple/progress_simple.rb

#widthObject

Explicitly defining the width prop here so the local prop takes precedence over global width prop



25
26
27
# File 'app/pb_kits/playbook/pb_progress_simple/progress_simple.rb', line 25

def width
  prop(:width)
end