@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A read-only rich text renderer.

    Displays HTML content inline without any editing chrome. Used by the form engine for flair:richtext elements.

    <ui-rich-text-view [content]="'<p>Hello <strong>world</strong></p>'" />
    
    Index

    Constructors

    Properties

    Constructors

    Properties

    ariaLabel: InputSignal<string> = ...

    Accessible label for the container.

    content: ModelSignal<string> = ...

    The HTML content to render.