Class: Playbook::PbIcon::Icon
- Inherits:
-
Object
- Object
- Playbook::PbIcon::Icon
- Includes:
- Playbook::Props
- Defined in:
- app/pb_kits/playbook/pb_icon/icon.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
#classname ⇒ Object
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'app/pb_kits/playbook/pb_icon/icon.rb', line 36 def classname generate_classname( "pb_icon_kit", "far", icon_class, border_class, fixed_width_class, flip_class, inverse_class, list_item_class, pull_class, pulse_class, rotation_class, size_class, spin_class, separator: " " ) end |