oubo 36d7c0abb7 84a0bd5ae 6 anni fa
..
ActiveField.php 96d7f35943 v1.0.8 6 anni fa
ActiveForm.php 96d7f35943 v1.0.8 6 anni fa
Alert.php 96d7f35943 v1.0.8 6 anni fa
BootstrapAsset.php 96d7f35943 v1.0.8 6 anni fa
BootstrapPluginAsset.php 96d7f35943 v1.0.8 6 anni fa
BootstrapThemeAsset.php 96d7f35943 v1.0.8 6 anni fa
Button.php 96d7f35943 v1.0.8 6 anni fa
ButtonDropdown.php 96d7f35943 v1.0.8 6 anni fa
ButtonGroup.php 96d7f35943 v1.0.8 6 anni fa
CHANGELOG.md 96d7f35943 v1.0.8 6 anni fa
Carousel.php 96d7f35943 v1.0.8 6 anni fa
Collapse.php 96d7f35943 v1.0.8 6 anni fa
Dropdown.php 96d7f35943 v1.0.8 6 anni fa
Modal.php 96d7f35943 v1.0.8 6 anni fa
Nav.php 96d7f35943 v1.0.8 6 anni fa
NavBar.php 96d7f35943 v1.0.8 6 anni fa
Progress.php 96d7f35943 v1.0.8 6 anni fa
README.md 96d7f35943 v1.0.8 6 anni fa
Tabs.php 96d7f35943 v1.0.8 6 anni fa
Widget.php 96d7f35943 v1.0.8 6 anni fa
composer.json 36d7c0abb7 84a0bd5ae 6 anni fa

README.md

Twitter Bootstrap Extension for Yii 2

This is the Twitter Bootstrap extension for Yii 2. It encapsulates Bootstrap components and plugins in terms of Yii widgets, and thus makes using Bootstrap components/plugins in Yii applications extremely easy. For example, the following single line of code in a view file would render a Bootstrap Progress plugin:

<?= yii\bootstrap\Progress::widget(['percent' => 60, 'label' => 'test']) ?>

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yiisoft/yii2-bootstrap "*"

or add

"yiisoft/yii2-bootstrap": "*"

to the require section of your composer.json file.