Use Loader when:
Use Skeleton when:
The base loader should be the go-to loader for most of your needs. When in doubt, use this style.
<dt-loader></dt-loader>
The base loader size is 24px and should be used in most cases.
<dt-loader size="100|200|300|400|500|600|700|800"></dt-loader>
aria-label attribute to the loader to indicate a custom label.aria-label is provided, the default value is "loading".import { DtLoader } from '@dialpad/dialtone-vue';
Name
|
Default
|
Type
|
|---|---|---|
ariaLabel | '' | string The label of the loader as read out by a screen reader.
Default is "loading" |
size | 500 |
"100"
|
"200"
|
"300"
|
"400"
|
"500"
|
"600"
|
"700"
|
"800"
The size of the icon. |
Loader documentation last updated Friday, September 4, 2026
fix/popover-modal-zindex-scope