--- title: Label desc: Label is used to provide a name or title for an input field. Label can be placed before or after the field. layout: components classnames: component: - class: label desc: For styling the text next to an input field (or select) - class: floating-label desc: For the parent of an input field (or select) and a span that floats above the input field when the field is focused --- ### ~Label for input ```html ``` ### ~Label for input at the end ```html ``` ### ~Label for select ```html ``` ### ~Label for date input ```html ``` ### ~Floating Label ```html ``` ### ~Floating Label with Different Sizes