https://github.com/haijee/react-color-lite
https://github.com/haijee/react-color-lite
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haijee/react-color-lite
- Owner: haijee
- Created: 2022-05-28T06:17:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T02:44:19.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T18:38:01.392Z (over 1 year ago)
- Language: TypeScript
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;
}
}
```