Bootstrap component of email input with label with predefined sizes and structure for using in foris forms. It use built-in browser email address checking. It's only meaningful using inside `
`. All additional `props` are passed to the `` HTML component. ```js import {useState} from 'react'; const [email, setEmail] = useState('Wrong email'); e.preventDefault()}> setEmail(target.value)} /> ```