TwitterBootstrapBundle is RedKite CMS app-block to add to a website, common twitter bootstrap elements like buttons, thumbnails, labels, badges, accordions, sliders and more.
You can add the TwitterBootstrapBundle to your application adding it to the composer.json file of your application:
.. code-block:: text
{
"require": {
"redkite-apps/twitter-bootstrap-bundle": "dev-master"
}
}
The bunde is fully unit tested. If you want to run the test suite, follows these steps:
git clone