Sha256: 38cbb01911d5500808ae40791e42dc0be50eacee044c23a6eff962cc15d2e579
Contents?: true
Size: 629 Bytes
Versions: 64
Compression:
Stored size: 629 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 DragHandle class DragHandlePreview < ViewComponent::Preview # @label Default # @snapshot def default(size: :small) render(Primer::OpenProject::DragHandle.new(size: size)) end # @label Playground # @param size [Symbol] select [xsmall, small, medium] def playground(size: :small) render(Primer::OpenProject::DragHandle.new(size: size)) end end end end
Version data entries
64 entries across 64 versions & 1 rubygems