Class: Playbook::PbImage::Image
- Inherits:
-
Object
- Object
- Playbook::PbImage::Image
- Includes:
- Playbook::Props
- Defined in:
- app/pb_kits/playbook/pb_image/image.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
18 19 20 |
# File 'app/pb_kits/playbook/pb_image/image.rb', line 18 def classname generate_classname("pb_image_kit lazyload blur_up", size_class) + rounded_class end |