0.2.1 • Published 1 year ago

@logo-rn/logo-color-picker v0.2.1

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
1 year ago

@logo-rn/logo-color-picker

is used to pick color from color palette.

npm version

Installation

Install the component:

npm i @logo-rn/logo-color-picker -s

Usage

Once installed, import the component in your application:

import {LogoColorPicker} from '@logo-rn/logo-color-picker';
  const [color, setColor] = useState("#c4c4c4");
     //...
      <LogoColorPicker
        value={color}
        onColorChange={setColor}
     />

For more detailed information, please visit:

Logo Elements Documentation ↗