Yii2 Bootstrap 3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Klimov Paul 2c4ed78a7c 'Asset Bundles' topic added to the docs. 10 years ago
..
README.md 'Asset Bundles' topic added to the docs. 10 years ago
asset-bundles.md 'Asset Bundles' topic added to the docs. 10 years ago
basic-usage.md Moved docs from the guide, adjusted readme 10 years ago
helper-html.md Docs about `yii\bootstrap\Html` added 10 years ago
installation.md Moved docs from the guide, adjusted readme 10 years ago
topics-less.md docs/guide/topics-less.md - link fixed [ci skip] 10 years ago
usage-widgets.md docs/guide/usage-widgets.md - updated [ci skip] 10 years ago

README.md

Twitter Bootstrap Extension for Yii 2

The extension includes support for the Bootstrap 3 markup and components framework (also known as "Twitter Bootstrap"). Bootstrap is an excellent, responsive framework that can greatly speed up the client-side of your development process.

The core of Bootstrap is represented by two parts:

  • CSS basics, such as a grid layout system, typography, helper classes, and responsive utilities.
  • Ready to use components, such as forms, menus, pagination, modal boxes, tabs etc.

Getting Started

Usage

Additional topics