--- title: Overview position: 1 seo_title: Overview of the Floating Label Component seo_description: Learn about the basic features of the Telerik and Kendo UI Floating Label component. --- ## Floating Label Overview The Floating Label component is a user interface (UI) element that floats above the associated field when that field is focused or has user input. It provides an interactive and space-efficient way to display labels in forms as the labels move out of the way when the user engages with the field. This allows for a cleaner and more streamlined form layout, enhancing the overall user experience and reducing visual clutter. By default, the Floating Label can be set as part of the Telerik and Kendo UI Form component. Custom components that do not contain form element would require setting additional properties. ### Live Demo ### Anatomy The anatomy of the Floating Label summarizes the elements of the component. The next image shows the anatomy of a Floating Label and includes the following elements: ![A Telerik and Kendo UI Floating Label component.](images/components-floating-label-overview-anatomy.png "Anatomy and elements of a Telerik and Kendo UI Floating Label component.") Depending on the elements they display, the Telerik and Kendo UI Floating Labels can be marked as optional by setting the `optional` configuration to `true`: ![A Telerik and Kendo UI Floating Label component set as optional](images/components-floating-label-overview-optional.png "A representation of an optional Telerik and Kendo UI Floating Label component") Optional floating labels are used to indicate that the associated form field is optional and not required for submission. They are denoted by italic text and brackets—*(Optional)*. Optional floating labels help users understand which fields are mandatory and which ones they can skip if desired. ### Framework-Specific Documentation For specific information about the component, refer to its official product documentation: ![Kendo UI for Angular logo.](/images/angular-logo.svg) ![Telerik UI for Blazor logo.](/images/blazor-logo.svg) ![Kendo UI for jQuery logo.](/images/jquery-logo.svg) ![Kendo UI for React logo.](/images/react-logo.svg) ![Kendo UI for Vue logo.](/images/vue-logo.svg) ![Telerik UI for ASP.NET Core logo.](/images/core-logo.svg) ![Telerik UI for ASP.NET MVC logo.](/images/mvc-logo.svg)