JSPM

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

React Material Color Picker Component

Package Exports

  • react-material-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 (react-material-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

React Material Color Picker Component

React Material Color Picker Component

Install

$ npm i react-material-color-picker --save

Usage

import React from 'react';
import MaterialColorPicker from 'react-material-color-picker';

<div>
    <MaterialColorPicker />
</div>