AiLoadingIndicator
Use the AiLoadingIndicator component to indicate that AI-generated content is
being loaded.
Import
import { AiLoadingIndicator } from '@dynatrace/strato-components/content';
Demo
It's recommended to include the AiLoadingIndicator.Icon slot to show the
default icon, which helps users identify AI-generated content.
Customize icon
By providing a custom icon in the AiLoadingIndicator.Icon slot, you can
override the default icon.
Hide icon
You can hide the icon by not including the AiLoadingIndicator.Icon slot.
Accessibility
See the Accessibility tab for details on how to make the
AiLoadingIndicator fully accessible for screen readers and other assistive
technologies.