颜色选择器
vue 2024-02-19 09:06:02

被推荐一款颜色选择器,https://github.com/Simonwep/pickr

最近的一个项目需要用到颜色选择器,找了一圈,发现react版的ant design有colorPicker,vue版本还没有,被推荐了这个组件,yarn安装失败,目前只能npm安装,整体界面,功能都还可以,不依赖任何库

Logo

安装:

C/C++ Code复制内容到剪贴板
  1. npm install @simonwep/pickr  

 

 

使用:

C/C++ Code复制内容到剪贴板
  1. // One of the following themes  
  2. import '@simonwep/pickr/dist/themes/classic.min.css';   // 'classic' theme  
  3. import '@simonwep/pickr/dist/themes/monolith.min.css';  // 'monolith' theme  
  4. import '@simonwep/pickr/dist/themes/nano.min.css';      // 'nano' theme  
  5.   
  6. // Modern or es5 bundle (pay attention to the note below!)  
  7. import Pickr from '@simonwep/pickr';  
  8. import Pickr from '@simonwep/pickr/dist/pickr.es5.min';  

 

 

 

 

 

 

 

本文来自于:http://www.yoyo88.cn/study/vue/703.html

下一篇 返回列表
Powered by yoyo苏ICP备15045725号