cva.twig
Same filename and directory in other branches
{% set cva =
html_cva(
base: [
'cva-friendliness'
],
variants: {
friendliness: {
nice: 'friendly',
mean: 'unfriendly',
}
}
)
%}
<div class="{{ cva.apply({ friendliness: friendliness }) }}"></div>
File
-
core/
modules/ system/ tests/ themes/ sdc_theme_test/ components/ cva/ cva.twig
View source
- {% set cva =
- html_cva(
- base: [
- 'cva-friendliness'
- ],
- variants: {
- friendliness: {
- nice: 'friendly',
- mean: 'unfriendly',
- }
- }
- )
- %}
- <div class="{{ cva.apply({ friendliness: friendliness }) }}"></div>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.