Sha256: 7696ee86c21089fd4ce2eb82b2f48c1a2c6a32bf39836703494fcf94edddf879
Contents?: true
Size: 736 Bytes
Versions: 1
Compression:
Stored size: 736 Bytes
Contents
# frozen_string_literal: true module Primer module OpenProject # Add a general description of component here # Add additional usage considerations or best practices that may aid the user to use the component correctly. # @accessibility Add any accessibility considerations class ZenModeButton < Primer::Component status :open_project # @param system_arguments [Hash] <%= link_to_system_arguments_docs %> def initialize(**system_arguments) @system_arguments = system_arguments @system_arguments[:tag] = "zen-mode-button" @system_arguments[:classes] = class_names( @system_arguments[:classes], "ZenModeButton" ) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openproject-primer_view_components-0.27.0 | app/components/primer/open_project/zen_mode_button.rb |