We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfa926 commit f7335f8Copy full SHA for f7335f8
README.md
@@ -39,14 +39,8 @@ export default {
39
<h1>Basic Form</h1>
40
<div class="wrapper">
41
<div class="form">
42
- <Form handleSubmit={this.handleSubmit}>
43
- <Input name="username" placeholder="Username" />
44
- <br />
45
46
- <Button nativeType="reset">Reset</Button>
47
- <Button nativeType="submit" type="primary">
48
- Save
49
- </Button>
+ <Form reset submit="Save" labelPosition="top" handleSubmit={this.handleSubmit}>
+ <Input formItem name="username" label="Username" />
50
</Form>
51
</div>
52
<div class="values">
0 commit comments