Skip to content

Commit

Permalink
doc(DateInput): Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 25, 2022
1 parent e3bd9c0 commit 0c81950
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/react-date-input/README.md
Expand Up @@ -120,10 +120,14 @@ function Demo(){
<div>
<Row>
<Col style={{ width: 200 }} fixed>{fields.date}</Col>
</Row>
<Row style={{ width: 200 }} >
<Col fixed>{fields.dateRange}</Col>
<Col fixed>{JSON.stringify(state)}</Col>
</Row>
<Row>
<Col style={{ overflow: 'auto', height: 130 }}>
<pre>
{JSON.stringify(state, null, 2)}
</pre>
</Col>
</Row>
<Row gutter={10}>
<Col>
Expand Down

0 comments on commit 0c81950

Please sign in to comment.