From 34a2c363fae1981318dde3e1ba74ed6bb45de8e3 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 23 Mar 2014 10:31:30 -0400 Subject: add progress bar with label to test page --- tests/components.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/components.html b/tests/components.html index be834614..ef4f444a 100644 --- a/tests/components.html +++ b/tests/components.html @@ -2258,6 +2258,13 @@

Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.

+

With Label

+
+
+ 60% +
+
+

Basic

Default progress bar with a vertical gradient.

-- cgit v1.2.3