Files
Twig/extra/html-extra
2024-09-03 15:08:40 +02:00
..
2023-12-10 20:34:32 +01:00
2024-08-18 09:36:16 +02:00
2024-08-18 19:25:19 +02:00
2023-02-08 08:44:48 +01:00
2024-06-21 08:22:31 +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.