yii2-bootstrap5/docs/guide
2022-12-27 08:09:38 +01:00
..
asset-bundles.md updated docs 2021-12-20 11:17:17 +01:00
assets-setup.md update docs folder links (#65) 2022-12-27 08:09:38 +01:00
basic-usage.md Update basic-usage.md 2022-05-05 21:24:37 +03:00
helper-html.md updated docs and bs version 2021-08-05 09:21:05 +02:00
installation.md update docs folder links (#65) 2022-12-27 08:09:38 +01:00
migrating-yii2-bootstrap.md Fixed typo 2021-12-20 11:09:42 +01:00
README.md update docs folder links (#65) 2022-12-27 08:09:38 +01:00
topics-sass.md update docs folder links (#65) 2022-12-27 08:09:38 +01:00
usage-widgets.md Update usage-widgets.md 2021-11-24 16:32:15 +03: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