From 1259a9b78d47259e0a8e578ba3f779bc01996005 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 21 May 2025 13:46:22 -0400 Subject: [PATCH] use native element for native example; fixes #532 (#969) --- docs/docs/native/progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/native/progress.md b/docs/docs/native/progress.md index 374095aee..1d3219e01 100644 --- a/docs/docs/native/progress.md +++ b/docs/docs/native/progress.md @@ -27,5 +27,5 @@ Indeterminate: Use the `height` CSS property to set the progress bar's height. ```html {.example} - + ```