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

16 lines
240 B
Markdown
Raw Normal View History

2015-11-18 12:14:26 +08:00
# 无默认值
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'));
````