material-color-picker-field

1.0.0 • Public • Published

Material Color Picker Field

Color Picker field component with Material UI styles.

Documentation

Installation

  • yarn add material-color-picker-field
  • npm install --save material-color-picker-field

Usage

import ColorPickerField from 'material-color-picker-field';
...
...
return (
    <ColorPickerField 
        label="Example color"
        value="#f50057"
    />
)

Package Sidebar

Install

npm i material-color-picker-field

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

15.7 kB

Total Files

7

Last publish

Collaborators

  • gleyderh