mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-01 14:59:35 +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;