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
labelFor
type
string
className
type
string
inline
type
boolean
Last updated