Number input is a form element that allows the user to enter a number. It provides a way to increase or decrease the value by using the plus and minus buttons.
Design system docs
ExamplesDefault number input
<dap-ds-number-inputlabel="Number of children"></dap-ds-number-input>
<dap-ds-stackdirection="column"><dap-ds-number-inputlabel="XSmall"description="This is an extra small number input"size="xs"feedback="This is a feedback message"feedbacktype="negative"></dap-ds-number-input><dap-ds-number-inputlabel="Small"description="This is a small number input"size="sm"feedback="This is a feedback message"feedbacktype="negative"></dap-ds-number-input><dap-ds-number-inputlabel="Large"description="This is a large number input"size="lg"feedback="This is a feedback message"feedbacktype="negative"></dap-ds-number-input></dap-ds-stack>