green-strip
Information
- Folder
src/components/patterns/green-strip
Files
Schema
Mocks
Template
// src/components/patterns/green-strip/green-strip.html.twig
<div class="GreenStrip">
{% include "@elements/icon/icon.html.twig" with {
name: "stars",
class: "GreenStrip-icon"
} only %}
<p>{{ content|raw }}</p>
</div>