1.3.3 • Published 7 years ago

melon-colorpicker v1.3.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

melon-colorpicker

Build Status Coverage Status

Usage

import React from 'react';
import ColorPicker from 'melon-colorpicker';
import ReactDOM from 'react-dom';

import './index.styl';

ReactDOM.render(
    <ColorPicker
        open={open}
        top={0}
        left={0}
        name = "rgbStr"
        placeholder = "请选择" />,
    document.getElementById('app')
);

Setup

webpack

  1. please check out this first.

  2. npm install -S melon-colorpicker

bower

  1. bower install -S melon-colorpicker
  2. config your requirejs / esl

    require.config({
        paths: {
            'melon-colorpicker': 'bower_components/melon-colorpicker/lib/index'
        }
    });

API Document

check this out

Run the example

git clone https://github.com/react-melon/melon-colorpicker.git
cd melon-colorpicker
npm install
npm start
open http://localhost:8080/example
1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago