Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/components/previews/pajamas/button_component_preview.rb')
-rw-r--r--spec/components/previews/pajamas/button_component_preview.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/components/previews/pajamas/button_component_preview.rb b/spec/components/previews/pajamas/button_component_preview.rb
index 1f61d9cf2bc..c07d898d9cd 100644
--- a/spec/components/previews/pajamas/button_component_preview.rb
+++ b/spec/components/previews/pajamas/button_component_preview.rb
@@ -5,10 +5,10 @@ module Pajamas
# ----
# See its design reference [here](https://design.gitlab.com/components/banner).
#
- # @param category select [primary, secondary, tertiary]
- # @param variant select [default, confirm, danger, dashed, link, reset]
- # @param size select [small, medium]
- # @param type select [button, reset, submit]
+ # @param category select {{ Pajamas::ButtonComponent::CATEGORY_OPTIONS }}
+ # @param variant select {{ Pajamas::ButtonComponent::VARIANT_OPTIONS }}
+ # @param size select {{ Pajamas::ButtonComponent::SIZE_OPTIONS }}
+ # @param type select {{ Pajamas::ButtonComponent::TYPE_OPTIONS }}
# @param disabled toggle
# @param loading toggle
# @param block toggle