class Playbook::PbFormPill::FormPill
def classname
def classname generate_classname("pb_form_pill_kit", "primary", name, text, text_transform) end
def display_text
def display_text object.text end
def size_class
def size_class size == "small" ? " small" : "" end