ditto/bootstrap-bundle

A Ditto framework bundle for the Bootstrap CSS/JS library

Maintainers

Package info

github.com/mcwebb/bootstrap-bundle

Homepage

Language:CSS

Type:ditto-bundle

pkg:composer/ditto/bootstrap-bundle

Statistics

Installs: 106

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.2 2013-08-16 11:34 UTC

This package is not auto-updated.

Last update: 2026-03-10 12:24:23 UTC


README

a Ditto bundle

You can pick and choose the parts of Bootstrap to load.

Use

Engine::load()->bundle('Bootstrap')
	->load([
		'buttons',
		'forms'
	]);

The CSS and JS files for buttons and forms along with their depenencies will then be inserted into the template.