import React from "react"; import {InputGroup,FormControl} from 'react-bootstrap' import {LoginFormDesc} from "./LoginForm"; export class Input extends React.Component{ render() { return ( {this.props.desc} this.props.onChange(e.target.value)}/> ); } }