Class: Playbook::PbProgressStep::ProgressStepItem

Inherits:
Object
  • Object
show all
Includes:
Playbook::Props
Defined in:
app/pb_kits/playbook/pb_progress_step/progress_step_item.rb

Instance Method Summary collapse

Methods included from Playbook::Props

#dark_props, #generate_classname, #generate_classname_without_spacing, #initialize, #prop, #spacing_options, #spacing_props, #spacing_values

Instance Method Details

#classnameObject



20
21
22
# File 'app/pb_kits/playbook/pb_progress_step/progress_step_item.rb', line 20

def classname
  generate_classname("pb_progress_step_item", status)
end

#name_iconObject



16
17
18
# File 'app/pb_kits/playbook/pb_progress_step/progress_step_item.rb', line 16

def name_icon
  icon ? icon : "check"
end