react-widget-color-picker

0.1.2 • Public • Published

Color Picker Widget

🚀 Running

# Install dependencies
yarn

# Run dev mode
yarn start

💻 Integration

You can integrate with the widget just importing it and adding to your screen. You can create a parent to adapt the size of the widget to your needs.

import React from 'react';

import { ColorPickerWidget } from '../../components/color-picker';

// Your imports
import { ColorPickerContainer } from './styles';

export const Home: React.FC = () => {
  return (
    // JSX Code
      <ColorPickerContainer>
        <ColorPickerWidget />
      </ColorPickerContainer>
    // JSX Code
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-widget-color-picker

Weekly Downloads

0

Version

0.1.2

License

none

Unpacked Size

8.01 kB

Total Files

7

Last publish

Collaborators

  • ruifernandees