Package Exports
- mui-primary-color-picker
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mui-primary-color-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mui-primary-color-picker
Primary/secondary color picker for Material-UI.
Color picker for Material-UI
that emits valid color
values from Material-UI's palette
for setting primary or secondary interface colors.
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