Sha256: 977815e37e8886395382c465948785cb614420d4ac6b1d58aabf4205e29b23b6
Contents?: true
Size: 240 Bytes
Versions: 4
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true module FComponents class Base < ViewComponent::Base extend FSupport::Attributes include ComponentsHelper delegate :fa_icon, to: :helpers def self.call(...) new(...) end end end
Version data entries
4 entries across 4 versions & 1 rubygems