Sha256: a6d2750567f690d146c29440dc691b2f34f43471df03aea7a09f5e0263f48132
Contents?: true
Size: 182 Bytes
Versions: 6
Compression:
Stored size: 182 Bytes
Contents
# frozen_string_literal: true class Avo::RowSelectorComponent < ViewComponent::Base def initialize(floating: false, size: :md) @floating = floating @size = size end end
Version data entries
6 entries across 6 versions & 1 rubygems