Sha256: 3f0c67114eeb2de86a3564219ace839974a2170661b2929a17a77d60bf4048b7
Contents?: true
Size: 192 Bytes
Versions: 20
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true module Icons class DragAndDropComponent < ViewComponent::Base def initialize(text_color: 'text-tybo-800') @text_color = text_color end end end
Version data entries
20 entries across 20 versions & 1 rubygems