bimthebam/silverstripe-theme-bs4base
Composer 安装命令:
composer require bimthebam/silverstripe-theme-bs4base
包简介
A Bootstrap 4.x base theme for SilverStripe
关键字:
README 文档
README
No custom styling (except main and sub-navigation) - just native Bootstrap markup and css.
Third-party contents
- Bootstrap v4.3.1
- jQuery v3.3.1 as direct requirement of Bootstrap
Installation
with Composer:
composer require bimthebam/silverstripe-theme-bs4base ~1.0.0
manual:
Download the latest release and copy the contents - after extraction - into the themes/ directory.
Usage
To use the theme just activate it in your app/_config/theme.yml:
SilverStripe\View\SSViewer: themes: - 'silverstripe-theme-bs4base' - '$default'
Due to the support of cascading themes
and the usage of includes (<% include ... %>) you can safely use this theme as base-theme for your project and easily
override templates and css from withing your custom theme.
Development requirements
-
A sass-Compiler.
My personal recommendation is SassC.
统计信息
- 总下载量: 2.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-03-10