info-box
Information
- Folder
src/components/elements/info-box
Files
Schema
Mocks
Template
// src/components/elements/info-box/info-box.twig
<div class="InfoBox InfoBox-{{ type }}{% if classes %} {{ classes|join(" ") }}{% endif %}">
{{ text }}
</div>