{% extends 'base.html.twig' %} {% block title %}Section Header - Design System - Bubul{% endblock %} {% block body %}
{% verbatim %}{% include '_molecules/section-header/section-header.html.twig' with {
title: 'Activités & Contrats'
} %}{% endverbatim %}
Paramètre : size
sm
{% include '_molecules/section-header/section-header.html.twig' with { title: 'Section petite', size: 'sm' } %}md (défaut)
{% include '_molecules/section-header/section-header.html.twig' with { title: 'Section moyenne', size: 'md' } %}lg
{% include '_molecules/section-header/section-header.html.twig' with { title: 'Section grande', size: 'lg' } %}| Paramètre | Type | Défaut | Description |
|---|---|---|---|
title | string | (requis) | Titre de la section |
size | string | md | sm, md, lg |
class | string | '' | Classes CSS additionnelles |