@ray-js/lamp-circle-picker-white
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

32

Version

0.0.2

License

MIT

Unpacked Size

23.9 kB

Total Files

20

Last publish

Collaborators

  • tuyafe