All Projects → vaadin → Vaadin Form Layout

vaadin / Vaadin Form Layout

Licence: apache-2.0
The Web Component providing configurable responsive layout for form elements. Part of the Vaadin components.

Projects that are alternatives of or similar to Vaadin Form Layout

vaadin-icons
Vaadin Icons is a collection of 600+ unique icons designed for web applications
Stars: ✭ 59 (+293.33%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
Vaadin Date Picker
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
Stars: ✭ 158 (+953.33%)
Mutual labels:  webcomponents, polymer, web-component, vaadin
Vaadin Combo Box
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
Stars: ✭ 113 (+653.33%)
Mutual labels:  webcomponents, polymer, web-component, vaadin
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (+0%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
Vaadin Upload
The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
Stars: ✭ 87 (+480%)
Mutual labels:  webcomponents, polymer, web-component, vaadin
vaadin-text-field
The themable Web Component providing input controls. Part of the Vaadin components.
Stars: ✭ 29 (+93.33%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (+166.67%)
Mutual labels:  web-component, polymer, webcomponents, vaadin
multiselect-combo-box
A multi select combo box web component based on Polymer and the vaadin-combo-box
Stars: ✭ 41 (+173.33%)
Mutual labels:  polymer, webcomponents, vaadin
Beverage Starter Flow
Simple Example Web Application for Vaadin Flow
Stars: ✭ 24 (+60%)
Mutual labels:  webcomponents, responsive, vaadin
Vaadin Grid
vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
Stars: ✭ 383 (+2453.33%)
Mutual labels:  webcomponents, web-component, vaadin
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (+73.33%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin Core
An evolving set of free, open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 382 (+2446.67%)
Mutual labels:  webcomponents, polymer, vaadin
vaadin-checkbox
The Web Component for customized checkboxes. Part of the Vaadin components.
Stars: ✭ 18 (+20%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (+2726.67%)
Mutual labels:  webcomponents, polymer, vaadin
dom-repeat-n
[Polymer 1.x] A template element that repeat n times its content.
Stars: ✭ 20 (+33.33%)
Mutual labels:  polymer, webcomponents
cwco
Powerful and Fast Web Component Library with a Simple API
Stars: ✭ 27 (+80%)
Mutual labels:  web-component, webcomponents
base-starter-angular
Base Starter for Vaadin components with Angular
Stars: ✭ 13 (-13.33%)
Mutual labels:  webcomponents, vaadin
bwt-datatable
Data table with Polymer 3 support!
Stars: ✭ 43 (+186.67%)
Mutual labels:  web-component, polymer
polymerx-cli
⚡ Unlock the power of Polymer 3, Web Components and modern web tools.
Stars: ✭ 30 (+100%)
Mutual labels:  polymer, webcomponents
Paper Timezone
Polymer based timezone selection component
Stars: ✭ 19 (+26.67%)
Mutual labels:  polymer, web-component

npm version Bower version Published on webcomponents.org Build Status Coverage Status Gitter

Published on Vaadin  Directory Stars on vaadin.com/directory

<vaadin-form-layout>

Live Demo ↗ | API documentation ↗

<vaadin-form-layout> is a Web Component providing configurable responsive layout for form elements, part of the Vaadin components.

<vaadin-form-layout>
  <vaadin-text-field label="First Name" value="Jane"></vaadin-text-field>
  <vaadin-text-field label="Last Name" value="Doe"></vaadin-text-field>
  <vaadin-text-field label="Email" value="[email protected]"></vaadin-text-field>
</vaadin-form-layout>

Screenshot of vaadin-form-layout

Installation

The Vaadin components are distributed as Bower and npm packages. Please note that the version range is the same, as the API has not changed. You should not mix Bower and npm versions in the same application, though.

Unlike the official Polymer Elements, the converted Polymer 3 compatible Vaadin components are only published on npm, not pushed to GitHub repositories.

Polymer 2 and HTML Imports Compatible Version

Install vaadin-form-layout:

bower i vaadin/vaadin-form-layout --save

Once installed, import it in your application:

<link rel="import" href="bower_components/vaadin-form-layout/vaadin-form-layout.html">

Polymer 3 and ES Modules Compatible Version

Install vaadin-form-layout:

npm i @vaadin/vaadin-form-layout --save

Once installed, import it in your application:

import '@vaadin/vaadin-form-layout/vaadin-form-layout.js';

Getting started

Vaadin components use the Lumo theme by default.

To use the Material theme, import the correspondent file from the theme/material folder.

Entry points

  • The components with the Lumo theme:

    theme/lumo/vaadin-form-layout.html
    theme/lumo/vaadin-form-item.html

  • The components with the Material theme:

    theme/material/vaadin-form-layout.html
    theme/material/vaadin-form-item.html

  • Alias for theme/lumo/vaadin-form-layout.html
    theme/lumo/vaadin-form-item.html:

    vaadin-form-layout.html
    vaadin-form-item.html

Running demos and tests in a browser

  1. Fork the vaadin-form-layout repository and clone it locally.

  2. Make sure you have npm and Bower installed.

  3. When in the vaadin-form-layout directory, run npm install and then bower install to install dependencies.

  4. Run npm start, browser will automatically open the component API documentation.

  5. You can also open demo or in-browser tests by adding demo or test to the URL, for example:

Running tests from the command line

  1. When in the vaadin-form-layout directory, run polymer test

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running npm run lint, which will automatically lint all .js files as well as JavaScript snippets inside .html files.

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

Contributing

To contribute to the component, please read the guideline first.

License

Apache License 2.0

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].