Currency |
ui:inputCurrency |
An input field for entering currency |
lightning:input with number type and currency formatter |
ui:outputCurrency |
Displays currency in a default or specified
format |
lightning:formattedNumber with currency style |
Email |
ui:inputEmail |
An input field for entering an email address |
lightning:input with email type |
ui:outputEmail |
Displays a clickable email address |
lightning:formattedEmail |
Date and time |
ui:inputDate |
An input field for entering a date |
lightning:input with date type |
ui:inputDateTime |
An input field for entering a date and time |
lightning:input with datetime type |
ui:outputDate |
Displays a date in the default or specified format |
lightning:formattedDateTime |
ui:outputDateTime |
Displays a date and time in the default or specified format |
lightning:formattedDateTime or lightning:formattedTime
|
Password |
ui:inputSecret |
An input field for entering secret text |
lightning:input with password type |
Phone Number |
ui:inputPhone |
An input field for entering a phone number |
lightning:input with phone type |
ui:outputPhone |
Displays a phone number |
lightning:formattedPhone |
Number |
ui:inputNumber |
An input field for entering a numerical value |
lightning:input with number type |
ui:outputNumber |
Displays a number |
lightning:formattedNumber |
Range |
ui:inputRange |
An input field for entering a value within a range |
lightning:slider |
Rich Text |
ui:inputRichText |
An input field for entering rich text |
lightning:inputRichText |
ui:outputRichText
|
Displays rich text |
lightning:formattedRichText |
Text |
ui:inputText |
An input field for entering a single line of text |
lightning:input |
ui:outputText |
Displays text |
lightning:formattedText |
Text Area |
ui:inputTextArea |
An input field for entering multiple lines of
text |
lightning:textarea |
ui:outputTextArea |
Displays a read-only text area |
lightning:formattedText |
URL |
ui:inputURL |
An input field for entering a URL |
lightning:input with url type |
ui:outputURL |
Displays a clickable URL |
lightning:formattedUrl |