Text
The Text component is unique in that it provides a Rich Text Editor (RTE) that allows the user to style text.
The RTE has the following features.
- B - bold text
- I - italic text
- Unordered list - create an unordered list
- Ordered list - create an ordered list
- Quotes - add quotes
- Link - add a link
- Undo - undo the previous change
- Redo - redo the previous change
Properties
Name | Type | Default | Description |
---|---|---|---|
style | normal heading1 heading2 heading3 heading4 heading5 heading6 string | normal | Defines the style of the text within the RTE container. |
text | string | Defines the text within the RTE container. |