Sha256: 5609fe39582f7f69c5bd1b97ce06054e03fca5d9d8a4b2b6936b44ac56910477
Contents?: true
Size: 433 Bytes
Versions: 99
Compression:
Stored size: 433 Bytes
Contents
# frozen_string_literal: true module Primer module Alpha # @label OcticonSymbols class OcticonSymbolsPreview < ViewComponent::Preview # @label Playground # # @param octicon [Symbol] medium_octicon def playground(octicon: :container) render_with_template(locals: { octicon: octicon }) end # @label Default # # @snapshot def default end end end end
Version data entries
99 entries across 99 versions & 2 rubygems