Examples
List of modules
-
Ace Editor
Affix
Alert
Audio
Button
Carousel
Char Counter
Color Picker
Data Table
Datepicker
Diagram Builder
Dropdown
Form Builder
Form Validator
I/O
Image Cropper
Image Viewer
Modal
Node
Pagination
Popover
Progress Bar
Rating
Scheduler
Scrollspy
Sortable Layout
Sortable List
Tabview
Timepicker
Toggler
Toolbar
Tooltip
TreeView
Video
Viewport
Progress Bar
<div id="myProgressBar" class="progress-success"></div>
YUI().use(
'aui-progressbar',
function(Y) {
new Y.ProgressBar(
{
boundingBox: '#myProgressBar',
height: 200,
label: '60%',
orientation: 'vertical',
value: 60,
width: 30
}
).render();
}
);