@@ -60,29 +60,29 @@ figma: planned
6060
6161<code-well-header >
6262 <div class =" d-w50p " >
63- <dt-skeleton :animate="false" arial -label="Loading" ref="defaultExample" />
63+ <dt-skeleton :animate="false" aria -label="Loading" ref="defaultExample" />
6464 </div >
6565</code-well-header >
6666
6767<code-example-tabs
6868: htmlCode ="() => $refs.defaultExample"
6969vueCode='
70- <dt-skeleton :animate =" false " arial -label =" Loading " />
70+ <dt-skeleton :animate =" false " aria -label =" Loading " />
7171'
7272showHtmlWarning />
7373
7474### Animation
7575
7676<code-well-header >
7777 <div class =" d-w50p " >
78- <dt-skeleton arial -label="Loading" ref="animationExample" />
78+ <dt-skeleton aria -label="Loading" ref="animationExample" />
7979 </div >
8080</code-well-header >
8181
8282<code-example-tabs
8383: htmlCode ="() => $refs.animationExample"
8484vueCode='
85- <dt-skeleton arial -label =" Loading " />
85+ <dt-skeleton aria -label =" Loading " />
8686'
8787/>
8888
@@ -98,7 +98,7 @@ To customize a non-animating Skeleton background color modify the `--placeholder
9898 style: '--placeholder-from-color: var(--dt-color-blue-400)',
9999 }"
100100 ref="customExample"
101- arial -label="Loading"
101+ aria -label="Loading"
102102 />
103103 </div >
104104</code-well-header >
@@ -111,7 +111,7 @@ vueCode='
111111 : text-option ="{
112112 style: ` --placeholder-from-color: var(--dt-color-blue-400) ` ,
113113 }"
114- arial -label="Loading"
114+ aria -label="Loading"
115115/>
116116'
117117showHtmlWarning />
@@ -125,7 +125,7 @@ Customize an animating Skeleton by modifying the `--placeholder-from-color` and
125125 style: '--placeholder-from-color: var(--dt-color-blue-400); --placeholder-to-color: var(--dt-color-blue-200);',
126126 }"
127127 ref="customAnimateExample"
128- arial -label="Loading"
128+ aria -label="Loading"
129129 />
130130 </div >
131131</code-well-header >
@@ -137,7 +137,7 @@ vueCode='
137137 : text-option ="{
138138 style: ` --placeholder-from-color: var(--dt-color-blue-400); --placeholder-to-color: var(--dt-color-blue-200); ` ,
139139 }"
140- arial -label="Loading"
140+ aria -label="Loading"
141141/>
142142'
143143showHtmlWarning />
0 commit comments