library php-bootstrap
This is a PHP Library to generate Bootstrap HTML
darkknight13/php-bootstrap
This is a PHP Library to generate Bootstrap HTML
- Wednesday, November 16, 2016
- by darkknight13
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
php-bootstrap
Version 0.1.0 Beta, (*1)
, (*2)
This is a PHP Library to generate Bootstrap HTML, (*3)
Progress Bar
Bootstrap_ProgressBar::initiate('main_progress_bar') //need to initialize using id of the progressbar
->add_bar('60') // adding a progress bar with percentage 60
->type('default') // progress bar style types, supports all bootstrap styles
->showtext() //showing the text in bar
->striped() // striped bar
->state('active') // animate the striped bar
->generate(); // generate the html
Above code will generate a Progress like -
, (*4)
dev-master
9999999-dev
This is a PHP Library to generate Bootstrap HTML
Sources
Download
The Requires