ant-design/components/timepicker/demo/no-default-value.md

17 lines
243 B
Markdown
Raw Normal View History

2015-11-17 23:44:32 +08:00
无默认值
====
- order: 5
没有默认时间。
---
````jsx
import { Timepicker } from 'antd';
ReactDOM.render(
<Timepicker placeholder="Select sth." />
, document.getElementById('components-timepicker-demo-no-default-value'));
````