{% extends 'base.html.twig' %} {% block title %}Empty State - Design System - Bubul{% endblock %} {% block body %}
{% verbatim %}{% include '_molecules/empty-state/empty-state.html.twig' with {
title: 'Aucun cours',
description: 'Créez votre premier cours pour commencer.',
icon: 'book',
actionText: 'Créer un cours',
actionHref: '/courses/new'
} %}{% endverbatim %}
Fichier : templates/_molecules/empty-state/empty-state.html.twig
Recherche sans résultat
Liste vide avec action
Boîte de réception vide
Paramètre : size
Small (sm)
Medium (md) - défaut
Large (lg)
Paramètre : variant
Default
{% include '_molecules/empty-state/empty-state.html.twig' with { title: 'Aucune notification', description: 'Vous êtes à jour !', icon: 'bell', variant: 'default' } %}Card
{% include '_molecules/empty-state/empty-state.html.twig' with { title: 'Aucune notification', description: 'Vous êtes à jour !', icon: 'bell', variant: 'card' } %}| Paramètre | Type | Défaut | Description |
|---|---|---|---|
title | string | (requis) | Titre principal |
description | string | null | Description secondaire |
icon | string | inbox | Nom de l'icône |
iconColor | string | muted | Couleur de l'icône |
actionText | string | null | Texte du bouton |
actionHref | string | null | URL du bouton |
actionIcon | string | null | Icône du bouton |
size | string | md | sm, md, lg |
variant | string | default | default, card, minimal |
class | string | '' | Classes additionnelles |