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

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.