Sha256: 3bcc818c3ea79b8b51998f778649d21cd9bc0905e16af51a67c647d6cbd26d87
Contents?: true
Size: 529 Bytes
Versions: 49
Compression:
Stored size: 529 Bytes
Contents
# frozen_string_literal: true # Setup Playground to use all available component props # Setup Features to use individual component props and combinations module Primer module OpenProject # @label ZenModeButton class ZenModeButtonPreview < ViewComponent::Preview # @label Default # @snapshot def default render(Primer::OpenProject::ZenModeButton.new) end # @label Playground def playground render(Primer::OpenProject::ZenModeButton.new) end end end end
Version data entries
49 entries across 49 versions & 1 rubygems