Posted by kevee on January 4, 2012 at 6:42pm
A Drupal theme implementation of Josh Sullivan's CSS3 Progress Bars.
This module allows any number field to be displayed as a progress bar as well, so you can make a nice view of content with "percent complete" progress bars, etc.
Usage example
theme('css3_progress_bar', array('classes' => array('purple_container'),
'bars' => array(
array('color' => 'blue', 'width' => 30),
array('color' => 'green', 'width' => 30),
)
)
));Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Last modified: January 6, 2012