naturalweb/bootstrap
Composer 安装命令:
composer require naturalweb/bootstrap
包简介
Simple Module to allow facilitate use of Twitter Bootstrap Zend Framework 2
README 文档
README
Simple Module to allow facilitate use of Twitter Bootstrap Zend Framework 2
Installation
Para seu Skeleton Application Zend Framework 2
Você precisa fazer o download do Twitters Bootstrap e adicione na pasta public do seu projeto.
Adicionae ao layout as tag de estiloes e scripts do Twitters Bootstrap.
<?=$this->headLink()->appendStylesheet($this->basePath() . '/assets/bootstrap/css/bootstrap.min.css')
->appendStylesheet($this->basePath() . '/assets/bootstrap/css/bootstrap-responsive.min.css')?>
<?=$this->headScript()->appendFile($this->basePath() . '/assets/bootstrap/js/bootstrap.min.js') ?>
Funcionalidades
- Form View Helpers
- Bootstrap Form - Render a complete form
- Bootstrap Collection - Render a collection Element
- Bootstrap Row = Render an element
- Navigation View Helpers(Navbar only)
- Alert View Helpers
统计信息
- 总下载量: 187
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-01-30