JSPM

mui-primary-color-picker

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q30013F
  • License MIT

Primary/secondary color picker for Material-UI

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.

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