An open API service indexing awesome lists of open source software.

https://github.com/haijee/react-color-lite


https://github.com/haijee/react-color-lite

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# React Color Lite

基于 react 项目的颜色选择器

## Getting Started

Installation & Usage

```bash

npm i react-color-lite

```

Include the Component

```javascript
import React from 'react';
import { PalettePicker } from 'react-color-lite';

class Component extends React.Component {
render() {
return ;
}
}
```