mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
282 B
282 B
order | title | ||||
---|---|---|---|---|---|
0 |
|
zh-CN
基本使用。
en-US
Basic usage example.
import { Input } from 'antd';
import React from 'react';
const App: React.FC = () => <Input placeholder="Basic usage" />;
export default App;