Class: Tramway::TitleComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/tramway/title_component.rb

Overview

Title component

Instance Method Summary collapse

Instance Method Details

#title_classesObject



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 #{options[:class]}"
  )
end