e-monsite/color-twig-extension
最新稳定版本:v2.2.1
Composer 安装命令:
composer require e-monsite/color-twig-extension
包简介
Manipulate colors with twig
README 文档
README
install
composer require e-monsite/color-twig-extension
Then add the bundle to yours bundles if you are on Symfony:
// config/bundles.php return [ Emonsite\ColorTwigExtension\ColorExtensionBundle::class => ['all' => true], ];
Usage
There is some examples:
{{ 'rgb(138, 7, 7)' | darken(20) }} {{ '#8a0707' | lighten(40) }} {{ 'green' | alpha(0.5) }} {% if myColor is dark %} ... {% endif %} {% if myColor2 is light %} ... {% endif %} 统计信息
- 总下载量: 29.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04