## 安装 ### 简介 :::tip 基于 [layui](https://layui.com) 的一个多选解决方案。前身 [formSelects](https://github.com/hnzzmsf/layui-formSelects/),经历了4个大版本的更新迭代,移除了对 `jquery` 的依赖,以一种全新的面貌诞生了。 ::: - 唯一依赖库[preactjs](https://preactjs.com/) - 打包方式[webpack](https://www.webpackjs.com/) - 文档借鉴于[ElementUI](https://element.eleme.cn/#/zh-CN)的编写方式 - [Fly社区交流贴](https://fly.layui.com/jie/57776/) - QQ交流群: `660408068` > 作者: maplemei, 热爱前端的Java程序猿, 如果喜欢作者的插件, 可以请作者吃雪糕 ^_^

打赏

### 下载 [![star](https://gitee.com/maplemei/xm-select/badge/star.svg?theme=dark)](https://gitee.com/maplemei/xm-select/stargazers) [![fork](https://gitee.com/maplemei/xm-select/badge/fork.svg?theme=dark)](https://gitee.com/maplemei/xm-select/members) [码云下载](https://gitee.com/maplemei/xm-select/releases) ### 二次开发 ``` $ git clone https://gitee.com/maplemei/xm-select.git $ cd xm-select $ npm install && npm run dev ``` ### Hello World :::demo 只需引入`xm-select.js` ```html




```
:::