0.1.22 • Published 6 months ago

color-picker-g v0.1.22

Weekly downloads
115
License
MIT
Repository
github
Last release
6 months ago

color-picker-g


ColorPicker component based on antd with React

NPM version

Screenshot

Demo

online example: https://favori.gitee.io/gantd-landing (CodePen)

install

rc-tabs

Feature

  • Standard color board based on Antd
  • Support read and write separation

Usage

import React from 'react';
import ColorPicker from 'color-picker-g';

function BasicUse() {
  const [color, setColor] = useState('#EB2F96');
  return <ColorPicker
      value={color}
      onChange={setColor.bind(null)}
    />
}

React.render(<BasicUse/>, mountNode);

API

Documentation

Contact

Anthor

GantFDT

License

MIT

0.1.21

6 months ago

0.1.22

6 months ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.42

4 years ago

0.0.43

4 years ago

0.0.41

4 years ago

0.0.40

4 years ago

0.0.37

4 years ago

0.0.38

4 years ago

0.0.39

4 years ago

0.0.35

4 years ago

0.0.36

4 years ago

0.0.33

4 years ago

0.0.32

4 years ago

0.0.3

4 years ago

0.0.1

4 years ago