Class: Tramway::TitleComponent
- Inherits:
-
BaseComponent
- Object
- BaseComponent
- Tramway::TitleComponent
- Defined in:
- app/components/tramway/title_component.rb
Overview
Title component
Instance Method Summary collapse
Instance Method Details
#title_classes ⇒ Object
9 10 11 12 13 |
# File 'app/components/tramway/title_component.rb', line 9 def title_classes theme_classes( classic: "font-semibold text-2xl md:text-4xl text-gray-100 #{[:class]}" ) end |