Material Extensions
1.0.0
1.0.0
  • Home
  • Alert
  • Checkbox Group
  • Color Picker
  • Data Grid
  • Dialog
  • loader
  • popover
  • Progress
  • Select
  • Split Pane
  • Tooltip
Powered by GitBook
On this page
  • API reference for Material Extensions ColorPicker
  • Directives

Was this helpful?

Color Picker

API reference for Material Extensions ColorPicker

import { MtxColorPickerModule } from '@ng-matero/extensions/color-picker';

Directives

MtxColorPicker

Selector: [mtx-color-picker]

Exported as: mtxColorPicker

Properties

The color picker component is just like a matInput.

Name

Description

@Input() value: string

Value of the color picker control.

@Input() placeholder: string

Placeholder of the color picker control.

@Input() disabled: boolean

Whether disabled the color picker control.

@Output() colorChange: EventEmitter<{ color: Color; $event: MouseEvent }>

Event emitted when the color changed.

PreviousCheckbox GroupNextData Grid

Last updated 4 years ago

Was this helpful?