# gongyongselecticon **Repository Path**: blog_code/gongyongselecticon ## Basic Information - **Project Name**: gongyongselecticon - **Description**: 公用的icon选择框 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-13 - **Last Updated**: 2021-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GongYongSelectIcon 一个封装Modal的选择icon弹窗组件. ```jsx const App = () => { //控制显示 const [visible, setVisible] = useState(false) return (