Sha256: 236e724e169e37f272a62808d67ac4f5cd6c6f001fb85e07a93afdb0f96d89d0

Contents?: true

Size: 194 Bytes

Versions: 15

Compression:

Stored size: 194 Bytes

Contents

# frozen_string_literal: true

module Tag
  class CategoryComponent < ViewComponent::Base
    def initialize(label:, color: 'indigo')
      @label = label
      @color = color
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tybo-0.4.1 app/components/tag/category_component.rb
tybo-0.4.0 app/components/tag/category_component.rb
tybo-0.3.26 app/components/tag/category_component.rb
tybo-0.3.24 app/components/tag/category_component.rb
tybo-0.3.23 app/components/tag/category_component.rb
tybo-0.3.22 app/components/tag/category_component.rb
tybo-0.3.21 app/components/tag/category_component.rb
tybo-0.3.20 app/components/tag/category_component.rb
tybo-0.3.19 app/components/tag/category_component.rb
tybo-0.3.18 app/components/tag/category_component.rb
tybo-0.3.17 app/components/tag/category_component.rb
tybo-0.3.16 app/components/tag/category_component.rb
tybo-0.3.15 app/components/tag/category_component.rb
tybo-0.3.14 app/components/tag/category_component.rb
tybo-0.3.13 app/components/tag/category_component.rb