Text Bootstrap component input with label and 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('Bla bla');
setValue(event.target.value)}
/>
```