0.0.2 • Published 5 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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"
/>;
0.0.4-beta-1

6 months ago

0.0.3-beta-1

7 months ago

0.0.3-beta-2

7 months ago

0.0.4-beta-3

5 months ago

0.0.4-beta-2

5 months ago

0.0.3-beta-5

7 months ago

0.0.3-beta-3

7 months ago

0.0.3-beta-4

7 months ago

0.0.2

2 years ago

0.0.1

2 years ago