IronList component for Vaadin Flow
This project is the Component wrapper implementation of <iron-list>
element
for use from the server side with Vaadin Flow.
master
branch is the latest version that will at some point be released in the Vaadin platform. See other branches for other framework versions:
1.0
branch is Vaadin 10 LTS (Flow/Flow-component version 1.0)
Running the component demo
Run from the command line:
mvn -pl vaadin-iron-list-flow-demo -Pwar jetty:run
Then navigate to http://localhost:9998/iron-list
for the demo.
Running Integration tests
For running integration tests demos execute one of the following lines depending on the desired mode
mvn -pl vaadin-iron-list-flow-integration-tests clean jetty:run
mvn -pl vaadin-iron-list-flow-integration-tests clean jetty:run -Dvaadin.bowerMode
Then navigate to http://localhost:9998/
for see integration tests demos.
For running all integration tests execute
mvn clean install verify
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.vaadin</groupId>
<artifactId>vaadin-iron-list-flow</artifactId>
<version>${component.version}</version>
</dependency>
Flow documentation
Documentation for flow can be found in Flow documentation.
Contributing
- Use the coding conventions from Flow coding conventions
- Submit a pull request with detailed title and description
- Wait for response from one of Vaadin Flow team members
License
Apache License 2.0