Skip to content

Vaadin Flow Java API for juchar/color-picker Web Component

License

Notifications You must be signed in to change notification settings

pinneri/color-picker-flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Published on Vaadin Directory

ColorPicker component for Vaadin Flow

This project is the Component wrapper implementation of <color-picker> element for use from the server side with Vaadin Flow.

Converted vs. Raw Value

There are two implementations of the color picker:

  • ColorPicker- Provides the value automatically converted to a java.awt.Color
  • ColorPickerRaw - Provides the value as raw CSS Color String

Running the component demo

Starting the test/demo server:

mvn jetty:run

This deploys demo at http://localhost:8080

Installing the component

Run from the command line:

  • mvn clean install -DskipTests

Using the component in a Flow application

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>

Flow documentation

Documentation for flow can be found in Flow documentation.

Contributing

License

Apache License 2.0

About

Vaadin Flow Java API for juchar/color-picker Web Component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%