--- order: 20 debug: true title: zh-CN: 后缀图标 en-US: Suffix --- ## zh-CN 基本使用。 ## en-US Basic Usage. ````jsx import { Select, Icon } from 'antd'; const smileIcon = ; const mehIcon = ; const Option = Select.Option; function handleChange(value) { console.log(`selected ${value}`); } ReactDOM.render(
, mountNode ); ````