first commit
This commit is contained in:
31
vendor/yiisoft/yii2-bootstrap5/docs/guide/README.md
vendored
Normal file
31
vendor/yiisoft/yii2-bootstrap5/docs/guide/README.md
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
Twitter Bootstrap Extension for Yii 2
|
||||
=====================================
|
||||
|
||||
The extension includes support for the [Bootstrap 5](https://getbootstrap.com/) 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
|
||||
---------------
|
||||
|
||||
* [Installation](installation.md)
|
||||
* [Assets Setup](assets-setup.md)
|
||||
* [Basic Usage](basic-usage.md)
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
* [Yii widgets](usage-widgets.md)
|
||||
* [Html helper](helper-html.md)
|
||||
* [Asset Bundles](asset-bundles.md)
|
||||
|
||||
Additional topics
|
||||
-----------------
|
||||
|
||||
* [Using the .sass files of Bootstrap directly](topics-sass.md)
|
||||
* [Migrating from yii2-bootstrap](migrating-yii2-bootstrap.md)
|
||||
Reference in New Issue
Block a user