Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 523 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 523 Bytes

Color Picker Field

Vaadin's ColorPicker component wrapped in a custom field.

Forge Documentation: https://wiki.magnolia-cms.com/display/WIKI/Color+Picker+Field

<dependency> 
  <groupId>info.magnolia.ui</groupId>
  <artifactId>magnolia-ui-color-picker-field</artifactId>
  <version>${colorPickerVersion}</version>
</dependency>

changelog

v1.0
  • Implement a color picker field using the ColorPicker component from Vaadin