Class: Tramway::TableComponent

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

Overview

Table component for rendering a table

Instance Method Summary collapse

Instance Method Details

#table_classesObject



8
9
10
# File 'app/components/tramway/table_component.rb', line 8

def table_classes
  'div-table w-full text-left rtl:text-right text-zinc-100'
end