Skip to content

Instantly share code, notes, and snippets.

@xsephtion
Created April 9, 2022 17:16
Show Gist options
  • Save xsephtion/34327c7484dc17a7cdbcf014462ce198 to your computer and use it in GitHub Desktop.
Save xsephtion/34327c7484dc17a7cdbcf014462ce198 to your computer and use it in GitHub Desktop.
DatePicker
<Col span={12}>
<Form.Item name="birthday" label="birthday">
<DatePicker name="birthday" style={{ width: '100%' }} />
</Form.Item>
</Col>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment