vaadin/vaadin-text-field-flow

Name: vaadin-text-field-flow

Owner: Vaadin

Description: null

Created: 2017-10-19 12:20:43.0

Updated: 2018-05-22 08:44:02.0

Pushed: 2018-05-22 08:44:03.0

Homepage: null

Size: 254

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

TextField component for Vaadin Flow

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

The repository contains implementations for TextField, PasswordField and TextArea.

Running the component demo

Run from the command line:

Then navigate to http://localhost:9998/vaadin-text-field for the demo of TextField, to http://localhost:9998/vaadin-password-field for the demo of PasswordField and to http://localhost:9998/vaadin-text-area for the demo of TextArea

Using the component in a Flow application

To use the component in an application using maven, add the following dependency to your pom.xml:

endency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-text-field-flow</artifactId>
<version>${component.version}</version>
pendency>
Flow documentation

Documentation for flow can be found in Flow documentation.

Contributing
License

Apache License 2.0


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.