home chevron_right Components
Material Color Picker

fuse-material-color-picker is a custom built Fuse component allows you to add a color picker that allows to choose one of the many Material spec. colors.

Sample

Usage

Two-way bindings

selectedClass The name of the Fuse color class to select, e.g. md-red-500-bg

selectedBg The hex code of the color to be selected. It will be only selected if the hex code of the color matches one of the material colors.

Outputs

onValueChange Event that triggered when a color selected. Returns an object that holds palette, hue, class name, background and foreground colors.