Page 1 of 1

色盘组件

Posted: 2023年 Nov 3日 09:08
by MwM-Mai

该组件没有白色圆形色盘吗,只有矩形吗


Re: 色盘组件

Posted: 2023年 Nov 3日 09:14
by lshinylee

白色圆盘暂时还没有发布,预计下周会开放


Re: 色盘组件

Posted: 2023年 Nov 10日 10:19
by lshinylee

安装

Code: Select all

yarn add @ray-js/lamp-circle-picker-white

使用

Code: Select all

import LampCirclePickerColor from '@ray-js/lamp-circle-picker-white';

const [temp, setTemp] = useState(100);

<LampCirclePickerColor
  thumbRadius={15}
  temperature={temp}
  radius={100}
  onTouchStart={setTemp}
  onTouchEnd={setTemp}
  canvasId="white_picker_1"
/>;

照明圆形白光色盘正在内测阶段,可以先试用一下,如有问题可反馈


Re: 色盘组件

Posted: 2023年 Dec 6日 15:08
by MwM-Mai
lshinylee 2023年 Nov 10日 10:19

安装

Code: Select all

yarn add @ray-js/lamp-circle-picker-white

使用

Code: Select all

import LampCirclePickerColor from '@ray-js/lamp-circle-picker-white';

const [temp, setTemp] = useState(100);

<LampCirclePickerColor
  thumbRadius={15}
  temperature={temp}
  radius={100}
  onTouchStart={setTemp}
  onTouchEnd={setTemp}
  canvasId="white_picker_1"
/>;

照明圆形白光色盘正在内测阶段,可以先试用一下,如有问题可反馈

你好, 我想问下这种半圆形的色盘组件有吗


Re: 色盘组件

Posted: 2023年 Dec 6日 15:10
by lshinylee

这种没有,目前暂无计划。