use native element for native example; fixes #532 (#969)

This commit is contained in:
Cory LaViska
2025-05-21 13:46:22 -04:00
committed by GitHub
parent 59077e75d2
commit 1259a9b78d

View File

@@ -27,5 +27,5 @@ Indeterminate:
Use the `height` CSS property to set the progress bar's height.
```html {.example}
<wa-progress-bar value="50" style="height: 6px;"></wa-progress-bar>
<progress value="50" style="height: 6px;"></progress>
```