Class: ResetComponent
- Defined in:
- app/components/reset_component.rb
Overview
Reset — CSS reset/normalize.
Fomantic-UI’s reset is loaded via the asset pipeline (semantic.css). This component is a no-op marker for inventory completeness.
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from Component
default, #initialize, #render_in, slot
Constructor Details
This class inherits a constructor from Component
Instance Method Details
#to_s ⇒ Object
9 10 11 |
# File 'app/components/reset_component.rb', line 9 def to_s tag.comment("fomantic-ui reset loaded via asset pipeline") end |