jedocodes-components/foundation
最新稳定版本:6.9.0
Composer 安装命令:
composer require jedocodes-components/foundation
包简介
Foundation for Sites V6 integration for Contao Open Source CMS
README 文档
README
Contao Component: Foundation for Sites
Stores the Foundation for Sites Framework Package in assets/foundation
this cane you use with same Contao Extension:
// Import the foundation component from the assets directory
@import "../../../assets/foundation/css/foundation.min.css";
@import "../../../assets/foundation/css/app.css";
to use it in our template use the follow
<link href="../assets/css/foundation.min.css" rel="stylesheet">
<link href="../assets/css/app.css" rel="stylesheet">
<script src="../assets/js/vendor/what-input.js"></script>
<script src="../assets/js/vendor/foundation.min.js"></script>
<script src="../assets/js/app.js"></script>
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2024-10-31