Class: Components::Badge

Inherits:
Base
  • Object
show all
Defined in:
lib/backpack/components/badge.rb

Constant Summary

Constants included from Backpack::Attributes

Backpack::Attributes::HTMLAttribute, Backpack::Attributes::HTMLAttributes, Backpack::Attributes::MandatoryHTMLAttribute

Instance Method Summary collapse

Methods included from Backpack::Classes

#root_classes

Methods included from Backpack::Identifier

#identifier

Instance Method Details

#view_template(&block) ⇒ Object



8
9
10
# File 'lib/backpack/components/badge.rb', line 8

def view_template(&block)
  span(**root_attributes) { content(&block) }
end