Class: Tramway::TableComponent
- Inherits:
-
BaseComponent
- Object
- BaseComponent
- Tramway::TableComponent
- Defined in:
- app/components/tramway/table_component.rb
Overview
Table component for rendering a table
Instance Method Summary collapse
Instance Method Details
#table_classes ⇒ Object
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 |