A read-only rich text renderer.
Displays HTML content inline without any editing chrome. Used by the form engine for flair:richtext elements.
flair:richtext
<ui-rich-text-view [content]="'<p>Hello <strong>world</strong></p>'" /> Copy
<ui-rich-text-view [content]="'<p>Hello <strong>world</strong></p>'" />
Readonly
Accessible label for the container.
The HTML content to render.
A read-only rich text renderer.
Displays HTML content inline without any editing chrome. Used by the form engine for
flair:richtextelements.Example