0.0.2 • Published 10 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

12 months ago

0.0.3-beta-1

1 year ago

0.0.3-beta-2

1 year ago

0.0.4-beta-3

10 months ago

0.0.4-beta-2

11 months ago

0.0.3-beta-5

12 months ago

0.0.3-beta-3

12 months ago

0.0.3-beta-4

12 months ago

0.0.2

2 years ago

0.0.1

2 years ago