Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LoadingComponent

whatitdoes

Returns a loading ui component with accessibility attributes.

Hierarchy

  • LoadingComponent

Index

Properties

Properties

busy

busy: string = "true"

Sets the aria-busy attribute to true.

label

label: string = "loading indicator for dynamic content"

Sets the aria-label to notifiy the user that there is dynamic content loading.

role

role: string = "alert"

Sets the role attribute to alert.

Generated using TypeDoc