# LayuiModule **Repository Path**: goals/LayuiModule ## Basic Information - **Project Name**: LayuiModule - **Description**: Layui一些拓展组件的二次开发使用,这里使用了SpringBoot启动服务,避免跨域问题 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-26 - **Last Updated**: 2023-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LayuiModule ![Java](https://img.shields.io/badge/Java-8-blue.svg) ![IDE](https://img.shields.io/badge/IDE-IntelliJ%20IDEA-brightgreen.svg) ![SpringBoot](https://img.shields.io/badge/SpringBoot-2.7.6-green.svg) ![License](https://img.shields.io/badge/License-Apache2-orange.svg) > System : Windows 10 > > Intellij IDEA : Ultimate 2022.3.3 > > Java : 1.8.0_333 > > SpringBoot : 2.7.6 ## iconPicker 组件名称:iconPicker 功能介绍:用于选择 Layui 的图标 1. 可根据配置方式选择 font-class 或 unicode 两种格式 2. 组件直接获取 layui 的内置图标,省去更新同步问题 3. 并支持清除所选图标功能 4. 支持搜索图标(fontClass 模式下) 5. 支持图标分页和每页数量配置 6. 支持图标渲染成功和点击后的函数回调 效果演示: ![](https://gitee.com/lijinjiang01/image/raw/master/LayuiModule/iconPicker/gif01.gif)