This component is in development. There could be breaking changes made to it in a non-major release of Prism. Please use with caution.
Use Text to display textual information.
Even investing in tangible assets like has its risk. And just like with most
risk, property buyers can seek to mitigate any potential risk by taking out
mortgage and by borrowing at a lower loan to security ratio.
In contrast with savings, investments tend to carry
more risk.
Stonk investments are subject to market risks, read all scheme related documents
carefully. The NAVs of the schemes may go up or down depending upon the factors
and forces affecting the securities market including the fluctuations in the
interest rates. The past performance of the stonks is not necessarily indicative
of future performance of the schemes. The Stonks is not guaranteeing or assuring
any dividend under any of the schemes and the same is subject to the availability
and adequacy of distributable surplus. Investors are requested to review the
prospectus carefully and obtain expert professional advice with regard to specific
legal, tax and financial implications of the investment/participation in the
scheme.
You can set larger sizes that visually look like a Heading. This can be useful
to semantically use textual elements but visually show a prominent text or
heading.
XXLarge size / 28px
XLarge size / 24px
Large size / 18px
Use the truncateAfter property to set the number of lines after which the
text should truncate.
This exact example serves the need to provide a visual representation of how
our design system should handle long texts truncation based on the number of
lines allowed to be used in certain places of the platform under certain
circumstances.
This exact example serves the need to provide a visual representation of how
our design system should handle long texts truncation based on the number of
lines allowed to be used in certain places of the platform under certain
circumstances.
Use the expandLinkLabel to show a link that reveals the lines hidden due to
truncation. The onExpand callback is called when the expand link it tapped.
This exact example serves the need to provide a visual representation of how
our design system should handle long texts truncation based on the number of
lines allowed to be used in certain places of the platform under certain
circumstances.
Use color to set the text color. It is not recommended to use xxsubdued,
muted or rating on light backdrops due to poor contrast. It is okay to
use them on accessories that are not meant for reading like a – or an icon.
Use the fontVariant property to set various the
font variants.
This is small-caps0123456789: This is oldstyle-nums0123456789: This is tabular-nums
0123456789: This is proportional-nums
Diagonal fractions: 3/4Ordinals: 1a 2a
Alice was beginning to get very tired of sitting by her sister on the bank,
and of having nothing to do: once or twice she had peeped into the book her
sister was reading, but it had no pictures or conversations in it, "and what
is the use of a book," thought Alice, "without pictures or conversations?"
So she was considering in her own mind (as well as she could, for the hot
day made her feel very sleepy and stupid) whether the pleasure of making a
daisy-chain would be worth the trouble of getting up and picking the
daisies, when suddenly a White Rabbit with pink eyes ran close by her.
There was nothing so very remarkable in that; nor did Alice think it so very
much out of the way to hear the Rabbit say to itself, "Oh dear! Oh dear! I
shall be too late!" (when she thought it over afterwards, it occurred to her
that she ought to have wondered at this, but at the time it all seemed quite
natural); but when the Rabbit actually took a watch out of its
waistcoat-pocket, and looked at it, and then hurried on, Alice started to
her feet, for it flashed across her mind that she had never before seen a
rabbit with either a waistcoat-pocket, or a watch to take out of it, and
burning with curiosity, she ran across the field after it, and was just in
time to see it pop down a large rabbit-hole under the hedge.
The maximum number of lines to display before truncating.
number
expandLinkLabel
The text to show for the "Show more" button. This only works with truncateAfter.
string
color
The color of the text.
inherit
white
dark
default
primary
subdued
xsubdued
muted
xmuted
positive
negative
rating
transform
Change the case of the text.
none
capitalize
lowercase
uppercase
fontVariants
The font variants to apply.
FontVariant | FontVariant[]
onExpand
Action to perform when expand link is tapped.
(() => void)
data
An object with the data keys and values.
DataAttributeMap
ref
Allows getting a ref to the component instance.
Once the component unmounts, React will set `ref.current` to `null`
(or call the ref with `null` if you passed a callback ref).
@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}
Hints at the type of data that might be entered by the user while editing the element or its contents
@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}
none
text
search
tel
url
email
numeric
decimal
is
Specify that a standard HTML element should behave like a defined custom built-in element
@see {@link https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is}
string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
string
aria-atomic
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Booleanish
aria-autocomplete
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be
presented if they are made.
none
both
inline
list
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
@see aria-label.
string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
@see aria-roledescription.
string
aria-busy
Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
@see aria-pressed
@see aria-selected.
boolean | "mixed" | "false" | "true"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
@see aria-colindex.
number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
@see aria-colcount
@see aria-colspan.
number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
@see aria-rowindextext.
string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
@see aria-colindex
@see aria-rowspan.
number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
@see aria-owns.
string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
Identifies the element (or elements) that describes the object.
@see aria-labelledby
string
aria-description
Defines a string value that describes or annotates the current element.
@see related aria-describedby.
string
aria-details
Identifies the element that provides a detailed, extended description for the object.
@see aria-describedby.
string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
@see aria-hidden
@see aria-readonly.
Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
@deprecated in ARIA 1.1
none
copy
move
link
execute
popup
aria-errormessage
Identifies the element that provides an error message for the object.
@see aria-invalid
@see aria-describedby.
string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Booleanish
aria-flowto
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
allows assistive technology to override the general default of reading in document source order.
string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
@deprecated in ARIA 1.1
Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
string
aria-label
Defines a string value that labels the current element.
@see aria-labelledby.
string
aria-labelledby
Identifies the element (or elements) that labels the current element.
@see aria-describedby.
string
aria-level
Defines the hierarchical level of an element within a structure.
number
aria-live
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
off
assertive
polite
aria-modal
Indicates whether an element is modal when displayed.
Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
horizontal
vertical
aria-owns
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
@see aria-controls.
string
aria-placeholder
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
A hint could be a sample value or a brief description of the expected format.
string
aria-posinset
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
@see aria-setsize.
number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
@see aria-checked
@see aria-selected.
boolean | "mixed" | "false" | "true"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
@see aria-disabled.
Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
@see aria-atomic.
all
text
additions
additions removals
additions text
removals
removals additions
removals text
text additions
text removals
aria-required
Indicates that user input is required on the element before a form may be submitted.
Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
@see aria-rowindex.
number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
@see aria-rowcount
@see aria-rowspan.
number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
@see aria-colindextext.
string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
@see aria-rowindex
@see aria-colspan.
number
aria-selected
Indicates the current "selected" state of various widgets.
@see aria-checked
@see aria-pressed.
Booleanish
aria-setsize
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
@see aria-posinset.
number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
none
ascending
descending
other
aria-valuemax
Defines the maximum allowed value for a range widget.
number
aria-valuemin
Defines the minimum allowed value for a range widget.
number
aria-valuenow
Defines the current value for a range widget.
@see aria-valuetext.
number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
string
dangerouslySetInnerHTML
{ __html: string | TrustedHTML; }
onCopy
ClipboardEventHandler<HTMLHtmlElement>
onCopyCapture
ClipboardEventHandler<HTMLHtmlElement>
onCut
ClipboardEventHandler<HTMLHtmlElement>
onCutCapture
ClipboardEventHandler<HTMLHtmlElement>
onPaste
ClipboardEventHandler<HTMLHtmlElement>
onPasteCapture
ClipboardEventHandler<HTMLHtmlElement>
onCompositionEnd
CompositionEventHandler<HTMLHtmlElement>
onCompositionEndCapture
CompositionEventHandler<HTMLHtmlElement>
onCompositionStart
CompositionEventHandler<HTMLHtmlElement>
onCompositionStartCapture
CompositionEventHandler<HTMLHtmlElement>
onCompositionUpdate
CompositionEventHandler<HTMLHtmlElement>
onCompositionUpdateCapture
CompositionEventHandler<HTMLHtmlElement>
onFocus
FocusEventHandler<HTMLHtmlElement>
onFocusCapture
FocusEventHandler<HTMLHtmlElement>
onBlur
FocusEventHandler<HTMLHtmlElement>
onBlurCapture
FocusEventHandler<HTMLHtmlElement>
onChange
FormEventHandler<HTMLHtmlElement>
onChangeCapture
FormEventHandler<HTMLHtmlElement>
onBeforeInput
FormEventHandler<HTMLHtmlElement>
onBeforeInputCapture
FormEventHandler<HTMLHtmlElement>
onInput
FormEventHandler<HTMLHtmlElement>
onInputCapture
FormEventHandler<HTMLHtmlElement>
onReset
FormEventHandler<HTMLHtmlElement>
onResetCapture
FormEventHandler<HTMLHtmlElement>
onSubmit
FormEventHandler<HTMLHtmlElement>
onSubmitCapture
FormEventHandler<HTMLHtmlElement>
onInvalid
FormEventHandler<HTMLHtmlElement>
onInvalidCapture
FormEventHandler<HTMLHtmlElement>
onLoad
ReactEventHandler<HTMLHtmlElement>
onLoadCapture
ReactEventHandler<HTMLHtmlElement>
onError
ReactEventHandler<HTMLHtmlElement>
onErrorCapture
ReactEventHandler<HTMLHtmlElement>
onKeyDown
KeyboardEventHandler<HTMLHtmlElement>
onKeyDownCapture
KeyboardEventHandler<HTMLHtmlElement>
onKeyPress
@deprecated Use `onKeyUp` or `onKeyDown` instead
KeyboardEventHandler<HTMLHtmlElement>
onKeyPressCapture
@deprecated Use `onKeyUpCapture` or `onKeyDownCapture` instead