Composition
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
<!-- LoginForm.js -->
<Form>
<FormGroup>
<Label>Username</Label>
<Input name="username" />
<Label>Password</Label>
<Input name="password" />
</FormGroup>
<Button>Submit</Button>
</Form>