Green Strip
Information
- Folder
src/components/patterns/green-strip
Files
Schema
$schema: http://json-schema.org/draft-07/schema
$id: /patterns/green-strip
required:
- content
type: object
properties:
content:
type: string
format: html
Mocks
content: >-
Bis <strong>November 2026</strong> wird meine monatliche Spende durch eine
großzügige Person auf <strong>80 €</strong> verdoppelt.
Template
<div class="GreenStrip">
{% include "@elements/icon/icon.html.twig" with {
name: "stars",
class: "GreenStrip-icon"
} only %}
<p>{{ content|raw }}</p>
</div>
Variants