class Playbook::PbDatePicker::DatePicker

def classname

def classname
  default_margin_bottom = margin_bottom.present? ? "" : " mb_sm"
  generate_classname("pb_date_picker_kit") + default_margin_bottom
end