---
title: FormRow
description: FormRow
element: vaadin-form-row
---

## Description

`<vaadin-form-row>` is a web component for arranging fields into rows
inside a `<vaadin-form-layout>` that is set to autoResponsive mode.

Each `<vaadin-form-row>` always starts on a new row. Fields that exceed
the available columns wrap to a new row, which then remains reserved
exclusively for the fields of that `<vaadin-form-row>` element.

