Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
34a2c363
Commit
34a2c363
authored
Mar 23, 2014
by
Thomas Park
Browse files
add progress bar with label to test page
parent
bd4c7714
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/components.html
View file @
34a2c363
...
...
@@ -2258,6 +2258,13 @@
<p>
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.
</p>
</div>
<h3
id=
"progress-basic"
>
With Label
</h3>
<div
class=
"progress"
>
<div
class=
"progress-bar"
role=
"progressbar"
aria-valuenow=
"60"
aria-valuemin=
"0"
aria-valuemax=
"100"
style=
"width: 60%;"
>
60%
</div>
</div>
<h3
id=
"progress-basic"
>
Basic
</h3>
<p>
Default progress bar with a vertical gradient.
</p>
<div
class=
"bs-example"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment