1.0.1 • Published 2 years ago
react-colors-beauty v1.0.1
react-colors-beauty
颜色选择器,同时支持纯色和渐变色选择。
Install
$ npm i react-colors-beauty --save$ yarn add react-colors-beautyBasic Example
import { useState } from 'react';
import { ColorsPicker } from 'react-colors-beauty';
import 'react-colors-beauty/esm/index.less';
export default function App () {
const [value, setValue] = useState({ type: 'solid', color: 'rgb(0,0,0)' });
<ColorsPicker value={value} onChange={setValue} />
}2.0.0-beta.2
2 years ago
2.0.0-beta.1
2 years ago
2.0.0-beta.0
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago