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

https://github.com/tobua/burano

Color Picker for React
https://github.com/tobua/burano

Last synced: 3 months ago
JSON representation

Color Picker for React

Awesome Lists containing this project

README

        

burano Color Picker

# burano

🎨 Color Picker for React.

## Installation & Usage

```
npm install burano
```

```tsx
import React, { useState } from 'react'
import { ColorPicker } from 'burano'

export const MyPicker = () => {
const [color, setColor] = useState('#00FF00')

return
}
```

## Options

```tsx
void} // Handle new color, required.
style={CSSProperties} // Styles applied to wrapper div, optional.
input={boolean} // Show input, default true.
palette={boolean} // Show color palette, default true.
/>
```






Burano island generated with hotpot.ai