文件名称:cycle-color-picker:Cycle.js的颜色选择器组件
文件大小:675KB
文件格式:ZIP
更新时间:2024-05-29 04:33:06
JavaScript
循环颜色选择器 Cycle.js的颜色选择器组件。 开发了Cycle Color Picker,以便在使用应用程序中使用。 安装 $ npm install --save cycle-color-picker 用法 将循环颜色选择器导入到您的项目中。 循环颜色选择器接收颜色流,并根据用户的输入返回颜色流。 // index.js import ColorPicker from 'cycle-color-picker' ; 创建一个“拾色器”组件,向其传递颜色流,以及DOM驱动程序和“鼠标”驱动程序。 您可以将颜色作为hex , rgb(a) , hsl(a)或命名的颜色(例如aliceblue )传递给Cycle Color Picker。 如果没有颜色传递到“循环颜色选择器”,则初始颜色将默认为白色。 您还需要传入DOM驱动程序。 const props$ = xs . of (
【文件预览】:
cycle-color-picker-master
----.gitignore(534B)
----.babelrc(71B)
----package.json(2KB)
----package-lock.json(343KB)
----src()
--------icons()
--------reducers.js(5KB)
--------helpers.js(2KB)
--------view.js(4KB)
--------color-picker.js(1KB)
--------styles()
----LICENSE(1KB)
----index.js(1KB)
----color-picker-in-action.gif(609KB)
----scripts()
--------deploy(174B)
----README.md(3KB)
----index.html(459B)
----test()
--------color-picker-test.js(1KB)
----styles.css(801B)
----server.js(216B)