Skip to content

Caveat Notice

Trust component

<loquix-caveat-notice> carries the standing reminder that an assistant can be wrong — the line under a composer, or a note beside a sensitive answer. It is deliberately small and quiet, since it is present all the time.

loquix-caveat-noticethree placementstext only
Placement variants Live component
import '@loquix/core/define/define-caveat-notice';
<loquix-caveat-notice
variant="footer"
message="Loquix can make mistakes. Check important information."
></loquix-caveat-notice>
Variant Use it for
footer The standing line under the composer. No background, smallest text.
inline A note between messages, on a tinted background.
contextual A warning attached to one specific answer.
Property Attribute Type Default Description
message message string — The caveat text.
variant variant 'footer' | 'inline' | 'contextual' 'footer' Placement style.
Part Purpose
notice The notice container.
Variable Purpose
--loquix-caveat-text-color Text color.
--loquix-caveat-bg Background for the inline and contextual variants.
--loquix-caveat-font-size Font size. Defaults to 0.6875rem.
--loquix-caveat-padding Inner padding.