1.0.0 • Published 4 years ago

material-color-picker-field v1.0.0

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

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"
    />
)