Files
Twig/extra/html-extra
Fabien Potencier bd652f3e66 Merge branch '3.x' into 4.x
* 3.x:
  Make `in_array()` calls strict
2025-02-21 19:08:53 +01:00
..
2025-01-10 08:41:31 +01:00
2025-01-31 21:45:36 +01:00
2025-02-19 15:29:33 +01:00
2025-02-14 12:57:03 +01:00
2024-09-04 12:11:51 +02:00
2024-08-18 09:36:16 +02:00

Twig HTML Extension

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 a Cva object to handle class variants.