0.0.2 • Published 3 months ago

@ray-js/lamp-circle-picker-white v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

English | 简体中文

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

latest download

LampCirclePickerWhite

Installation

$ npm install @ray-js/lamp-circle-picker-white
# or
$ yarn add @ray-js/lamp-circle-picker-white

Usage

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"
/>;