Class: ResetComponent

Inherits:
Component show all
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

Component::HTML_OPTIONS

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_sObject



9
10
11
# File 'app/components/reset_component.rb', line 9

def to_s
  tag.comment("fomantic-ui reset loaded via asset pipeline")
end