This project is the Component wrapper implementation of <color-picker>
element
for use from the server side with Vaadin Flow.
There are two implementations of the color picker:
ColorPicker
- Provides the value automatically converted to ajava.awt.Color
ColorPickerRaw
- Provides the value as raw CSS ColorString
Starting the test/demo server:
mvn jetty:run
This deploys demo at http://localhost:8080
Run from the command line:
mvn clean install -DskipTests
To use the component in an application using maven,
add the following dependency to your pom.xml
:
<dependency>
<groupId>com.github.juchar</groupId>
<artifactId>color-picker-flow</artifactId>
<version>${component.version}</version>
</dependency>
Documentation for flow can be found in Flow documentation.
- Use the coding conventions from Flow coding conventions
- Submit a pull request with detailed title and description
- Wait for response from the author
Apache License 2.0