twig / html-extra
A Twig extension for HTML
v3.13.0
2024-09-03 13:08 UTC
Requires
- php: >=8.0.2
- symfony/deprecation-contracts: ^2.5|^3
- symfony/mime: ^5.4|^6.4|^7.0
- twig/twig: ^3.13|^4.0
Requires (Dev)
- symfony/phpunit-bridge: ^6.4|^7.0
- 4.x-dev
- 3.x-dev
- v3.13.0
- v3.12.0
- v3.11.0
- v3.10.0
- v3.9.0
- v3.8.0
- v3.7.1
- v3.7.0
- v3.6.0
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.5
- v3.3.4
- v3.3.3
- v3.3.0
- v3.2.1
- v3.1.1
- v3.1.0
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v3.0.0-BETA1
- 2.x-dev
- v2.16.0
- v2.15.6
- v2.15.5
- v2.15.0
- v2.14.9
- v2.14.8
- v2.14.7
- v2.14.3
- v2.14.2
- v2.14.1
- v2.14.0
- v2.13.1
- v2.13.0
- v2.12.5
- v2.12.4
- v2.12.3
- v2.12.2
- v2.12.1
- v2.12.0
This package is auto-updated.
Last update: 2024-10-30 21:01:26 UTC
README
This package is a Twig extension that provides the following:
-
data_uri
filter: generates a URL using the data scheme as defined in RFC 2397; -
html_classes
function: returns a string by conditionally joining class names together. -
html_cva
function: returns aCva
object to handle class variants.