{% extends 'base.html.twig' %} {% block title %}Chart Card — Design System{% endblock %} {% block body %}
{% include '_molecules/page-header/page-header.html.twig' with { title: 'Chart Card', subtitle: 'Carte enveloppant un graphique : en-tête, actions, canvas, état vide.', icon: 'chart', backHref: path('admin_design_system'), backLabel: 'Design System' } only %}

Composition

Atomes utilisés : icon.

Avec sous-titre et bloc d'actions

{% embed '_molecules/chart-card/chart-card.html.twig' with { title: 'Commissions & chiffre d\'affaires', subtitle: '1 842,00 € acquis sur douze mois', icon: 'chart', iconColor: 'primary' } only %} {% block actions %} {% include '_molecules/filter-tabs/filter-tabs.html.twig' with { filters: [ { id: '3', label: '3 mois' }, { id: '6', label: '6 mois' }, { id: '12', label: '12 mois' } ], active: '12', size: 'sm', clientToggle: true } only %} {% endblock %} {% endembed %} {% embed '_molecules/chart-card/chart-card.html.twig' with { title: 'Filleuls par offre', icon: 'users-group', iconColor: 'info', height: 'sm' } only %} {% block aside %}
Pro
8
{% endblock %} {% endembed %}

Hauteurs

{% for h in ['sm', 'md', 'lg'] %} {% include '_molecules/chart-card/chart-card.html.twig' with { title: 'height: ' ~ h, icon: 'chart', height: h } only %} {% endfor %}
{% endblock %}