{% extends 'base.html.twig' %} {% block title %}Page Header - Design System - Bubul{% endblock %} {% block body %}
{% verbatim %}{% include '_molecules/page-header/page-header.html.twig' with {
title: 'Mes cours',
subtitle: 'Gérez vos cours Moodia',
breadcrumb: [
{ label: 'Dashboard', href: '/' },
{ label: 'Cours' }
],
actions: [
{ label: 'Nouveau', variant: 'primary', icon: 'plus' }
]
} %}{% endverbatim %}
| Paramètre | Type | Défaut | Description |
|---|---|---|---|
title | string | (requis) | Titre de la page |
subtitle | string | null | Description/sous-titre |
icon | string | null | Icône avant le titre |
badge | object | null | {text, variant} |
breadcrumb | array | null | Fil d'ariane [{label, href?}] |
actions | array | null | Boutons [{label, variant, icon, href}] |
backHref | string | null | Lien de retour |
backLabel | string | 'Retour' | Label du bouton retour |
variant | string | default | default, compact, centered |