Sha256: 73eebdd5393fc8b0a7d24d6acf3be30993bba194e4568ca56b09cb0c08bcbfec

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

using Katalyst::HtmlAttributes::HasHtmlAttributes

module Katalyst
  module Tables
    module Header
      class DateComponent < HeaderCellComponent
        def default_html_attributes
          super.merge_html(class: "type-date")
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katalyst-tables-3.0.0.beta1 app/components/katalyst/tables/header/date_component.rb