Sha256: 4754a0d2c55e63dd1b9fc4f7124d5debe832c262ceb7e93dcd69b5c4104b3a06
Contents?: true
Size: 278 Bytes
Versions: 13
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module Bs5 class BreadcrumbComponent < ViewComponent::Base include ViewComponent::SlotableV2 renders_many :items, 'ItemComponent' class ItemComponent < ViewComponent::Base def call content end end end end
Version data entries
13 entries across 13 versions & 1 rubygems