# Input Stepper

Component: A locked height form component for the collection of a three-segment (Input Stepper - Control) used to incrementally increase or decrease a numeric value. NN/g has a great definition of the control [here](https://www.nngroup.com/articles/input-steppers/). Inner element spacing is used for dynamic resizing along with a background surface.

[Styleguide Link](https://zpl.io/a8DZ6yX)

* Parent: Form (Container)
* Child: [Input Stepper - Ctrl](https://able.bucca.com/core/overview/inpstepper), [Label](https://able.bucca.com/core/overview/label)

## Properties

### Label

The component can be presented with a label to give context to the form control. This label can be positioned to the left, right, above (top), below (bottom).

<figure><img src="https://217329376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXJWCEk7b7vvAFeWpr2%2Fuploads%2FTRx6YXZqSoX5DJzI1TeQ%2FLabel.png?alt=media&#x26;token=d5adda73-601a-401e-ac64-642278147624" alt=""><figcaption></figcaption></figure>

### Helper Text

To provide additional context for the component a sentence can be added to the component for examples, how the input will be used, or as further clarification to the label.

<figure><img src="https://217329376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXJWCEk7b7vvAFeWpr2%2Fuploads%2F4xrm327H6moJDKE5B9HY%2FHelper.png?alt=media&#x26;token=793c34a4-4b75-41c1-b51b-256d6fc4bf3a" alt=""><figcaption></figcaption></figure>

### Control Qty

The input stepper can have either a single control per row (component) or multiple (side-by-side) input steppers on the same row. Multiple input steppers on the same row provide the ability to input multiple properties for the same parent object. For example, alignment of an object on an X,Y axis with two steppers, one for the X value and another for the Y value.

**Note:** Each of the nested elements and primitives of this form component have properties that can be adjusted to customize the component.
