Webflow Libraries component

Implement in Webflow
Apply attributes to elements on the page
Below is a list of elements and options that are used to create this Attributes functionality. Click any of them to see more details.
Use the "Number" input type. If "Number" is not set in the input settings, Attributes will be automatically convert the input to type="number".
By default, the native browser input arrows are hidden using custom CSS. These are the small "up" and "down" arrows inside the number input.
For example, setting a value of "100" will set the initial value of the input to "100". Setting a value of "0" will set the initial value to "0"
The default functionality is no initial value. By not adding this attribute on the input, the input will have no value.
To show the native number arrows, apply this attribute to the input.
Apply native HTML number attributes
The browser native step, min and max HTML attributes are used instead of custom attributes for accessibility reasons.
For example, if step is set to 2, and the input is at 0, the first increment click will increase the input to 2. The second click will increase the value to 4. The third click will increase the value to 6.