颜色选择器
被推荐一款颜色选择器,https://github.com/Simonwep/pickr
最近的一个项目需要用到颜色选择器,找了一圈,发现react版的ant design有colorPicker,vue版本还没有,被推荐了这个组件,yarn安装失败,目前只能npm安装,整体界面,功能都还可以,不依赖任何库
安装:
C/C++ Code复制内容到剪贴板
- npm install @simonwep/pickr
使用:
C/C++ Code复制内容到剪贴板
- // One of the following themes
- import '@simonwep/pickr/dist/themes/classic.min.css'; // 'classic' theme
- import '@simonwep/pickr/dist/themes/monolith.min.css'; // 'monolith' theme
- import '@simonwep/pickr/dist/themes/nano.min.css'; // 'nano' theme
- // Modern or es5 bundle (pay attention to the note below!)
- import Pickr from '@simonwep/pickr';
- import Pickr from '@simonwep/pickr/dist/pickr.es5.min';
下一篇 返回列表