Skip to content

Commit

Permalink
document inactive param in Button view component (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktravers authored Jan 22, 2025
1 parent a30e623 commit 376af6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/primer/beta/button.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class Button < Primer::Component
# @param align_content [Symbol] <%= one_of(Primer::Beta::Button::ALIGN_CONTENT_OPTIONS) %>
# @param tag [Symbol] (Primer::Beta::BaseButton::DEFAULT_TAG) <%= one_of(Primer::Beta::BaseButton::TAG_OPTIONS) %>
# @param type [Symbol] (Primer::Beta::BaseButton::DEFAULT_TYPE) <%= one_of(Primer::Beta::BaseButton::TYPE_OPTIONS) %>
# @param inactive [Boolean] Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button.
# @param disabled [Boolean] Whether or not the button is disabled. If true, this option forces `tag:` to `:button`.
# @param label_wrap [Boolean] Whether or not the button label text wraps and the button height expands.
# @param system_arguments [Hash] <%= link_to_system_arguments_docs %>
Expand Down

0 comments on commit 376af6c

Please sign in to comment.