Bootstrap component of number input with label with predefined sizes and structure for using in foris forms. All additional `props` are passed to the `` HTML component. ```js import {useState} from 'react'; const [value, setValue] = useState(42); setValue(event.target.value)} /> ```