Label

A simple label. Usually used in conjunction with a FormField

Installation

import {Label} from 'uxp/components';

Examples

<Label>Name</Label>

Properties

Name
Type
Description

labelFor

string

className

string

inline

boolean

styles

React.CSSProperties

spacingMode

SpacingMode

icon

string

labelFor


type

string

className


type

string

inline


type

boolean

styles


type

React.CSSProperties

spacingMode


type

SpacingMode

icon


type

string

Last updated