An ARIA live region that announces content changes to screen readers. — <cs-live-region>
<cs-live-region>3 items selected</cs-live-region>
<!-- Assertive announcements -->
<cs-live-region assertive>Error: validation failed</cs-live-region>
assertiveboolean
default: falseWhether the announcements should be made using assertive aria-live. Assertive announcements interrupt the user's action, so they should only be used when absolutely necessary.
tag-nameLiveRegionProps.TagNameThe tag name to use for the wrapper around the children slot.
defaultUse the rendered content as the source for the announcement text. When the text content inside this slot changes, it will be re-announced to assistive technologies.