{% extends 'base.html.twig' %} {% block title %}Section Header - Design System - Bubul{% endblock %} {% block body %}
Molécules /

Section Header

Titre de section simple et élégant

{# ===== USAGE ===== #}

Usage

{% verbatim %}{% include '_molecules/section-header/section-header.html.twig' with {
    title: 'Activités & Contrats'
} %}{% endverbatim %}
{# ===== APERÇU ===== #}

Aperçu

{% include '_molecules/section-header/section-header.html.twig' with { title: 'Activités & Contrats' } %}
{% include '_molecules/section-header/section-header.html.twig' with { title: 'Informations du compte' } %}
{% include '_molecules/section-header/section-header.html.twig' with { title: 'Gestion du contrat' } %}
{# ===== TAILLES ===== #}

Tailles

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ÈTRES ===== #}

Paramètres

Paramètre Type Défaut Description
titlestring(requis)Titre de la section
sizestringmdsm, md, lg
classstring''Classes CSS additionnelles
{% endblock %}