Class: Ui::TooltipComponent

Inherits:
SparkComponents::Component
  • Object
show all
Defined in:
app/components/spark/ui/tooltip_component.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



7
8
9
10
11
12
# File 'app/components/spark/ui/tooltip_component.rb', line 7

def render
  (:div, tag_attrs){
    concat @view.use_svg('information-circle', height: '14')
    concat (:span, text, class: "tooltip-text")
  }
end