diff --git a/docs/_data/sidebars/left-navigation-sidebar.yml b/docs/_data/sidebars/left-navigation-sidebar.yml index 31728689ee..ad1a696a1e 100755 --- a/docs/_data/sidebars/left-navigation-sidebar.yml +++ b/docs/_data/sidebars/left-navigation-sidebar.yml @@ -66,6 +66,10 @@ entries: url: /patterns/search-input.html output: web + - title: Step Input + url: /patterns/step-input.html + output: web + - title: Time Picker url: /patterns/time-picker.html output: web diff --git a/docs/images/component-visual/step-input.png b/docs/images/component-visual/step-input.png new file mode 100644 index 0000000000..0051062b4d Binary files /dev/null and b/docs/images/component-visual/step-input.png differ diff --git a/docs/pages/patterns/step-input.md b/docs/pages/patterns/step-input.md new file mode 100644 index 0000000000..98dd8c0300 --- /dev/null +++ b/docs/pages/patterns/step-input.md @@ -0,0 +1,34 @@ +--- +title: Step Input +id: step-input +keywords: step input +sidebar: left-navigation-sidebar +toc: false +permalink: patterns/step-input.html +folder: patterns +summary: +--- + +The Step Input component is an opinionated composition of the InputGroup, Button and FormInput compponents. +It is typically used to enter numbers.The value can be increased or reduced with the provided controls. +{: .docs-intro} + +{% capture default %} + +
+ +
+
+ + + + + + + +
+
+
+ +{% endcapture %} +{% include display-component.html component=default %}