Files
Twig/extra/html-extra
Alexander M. Turek f2053bbea0 PHPUnit 11
2024-09-04 12:11:51 +02:00
..
2024-09-04 12:11:51 +02:00
2024-09-04 12:11:51 +02:00
2024-08-18 09:36:16 +02:00
2024-08-28 22:03:32 +02:00
2023-02-08 08:44:48 +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.