1.1.0 • Published 4 years ago

mui-primary-color-picker v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

mui-primary-color-picker

Primary/secondary color picker for Material-UI.

NPM JavaScript Style Guide codecov

Color picker for Material-UI that emits valid color values from Material-UI's palette for setting primary or secondary interface colors.

`<PrimaryColorPicker>` in action

Demo

https://epfromer.github.io/mui-primary-color-picker/

Install

npm install --save mui-primary-color-picker
yarn add mui-primary-color-picker

Usage

import React from 'react'
import PrimaryColorPicker from 'mui-primary-color-picker'

<PrimaryColorPicker
  defaultColor="#2196f3"
  onChange={(color) => console.log(color)}
/>

Feel free to make suggestions for improvements.

License

MIT © epfromer