quark-design icon indicating copy to clipboard operation
quark-design copied to clipboard

Browser-native component library, framework-agnostic, base on web components.(无框架,跨技术栈组件库,即插即用。)

Results 42 quark-design issues
Sort by recently updated
recently updated
newest added

增加Icon的默认size为20px,避免在用户未添加属性的时候看不到icon 并补充了文档相关默认值内容

![1b17ceec9af1a903b11fd1879ece566](https://user-images.githubusercontent.com/26516275/200567849-8b891c4a-a87f-4986-bc1e-394150864cae.jpg)

根据demo语言设置quark Local

目前 README 中对几个组件库的 CDN 文件体积进行了对比: ![image](https://user-images.githubusercontent.com/7237365/200544048-9baa0f04-ca78-4d12-ba62-7f468d5625a3.png) 以上体积数据与我验证的结果并不相符,请问是否是数据统计有误? ![image](https://user-images.githubusercontent.com/7237365/200545117-a88f64b6-78bf-410f-a271-9ead4e890496.png) - https://fastly.jsdelivr.net/npm/[email protected]/lib/vant.min.js - https://fastly.jsdelivr.net/npm/[email protected]/umd/index.js - https://cdn.jsdelivr.net/npm/@nutui/[email protected]/dist/nutui.min.js ### 你建议的方案是什么 明确数据统计方式,或修正数据。

### 这个功能解决了什么问题 一般的走马灯组件都会有鼠标移入暂停的能力,移动端可以设置一个点击暂停的能力 ### 你建议的方案是什么 https://github.com/EvodiaAut/vue-marquee-text-component/blob/master/README.md 参考这里的 pause 功能就可以

![c9505c5312f71fbebcd916cad9e75f1](https://user-images.githubusercontent.com/26516275/200756934-02c222b7-0471-476b-b881-f10596e48505.jpg)

1. ```tsx 和 ```html 颜色有点不太一样的,看文档几乎都是html确实也更好看,这边统一一下 2. 事例中缺少hook const [open2, setOpen2] = useState(false); 3. ts type.: any -> TouchEvent 4. search 组件按钮的交互 & close 鼠标移入 transition other:缩进