yii2-bootstrap5/docs/guide
2021-08-03 10:22:50 +02:00
..
asset-bundles.md updated docs 2021-08-03 10:22:50 +02:00
assets-setup.md updated docs 2021-08-03 10:22:50 +02:00
basic-usage.md updated docs 2021-08-03 10:22:50 +02:00
helper-html.md updated docs 2021-08-03 10:22:50 +02:00
installation.md updated docs 2021-08-03 10:22:50 +02:00
migrating-yii2-bootstrap.md updated docs 2021-08-03 10:22:50 +02:00
README.md copied missing tests and actions and docs from bs4 2021-07-09 11:53:24 +02:00
topics-sass.md updated docs 2021-08-03 10:22:50 +02:00
usage-widgets.md updated docs 2021-08-03 10:22:50 +02:00

Twitter Bootstrap Extension for Yii 2

The extension includes support for the Bootstrap 5 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