{% extends 'base.html.twig' %} {% block title %}Landing Tools - Design System - Bubul{% endblock %} {% block body %}
Section "Nos bulles" avec les 3 outils Bubul interactifs
Presentation des 3 outils Bubul (Moodia, Serenia, Slidia) avec une liste cliquable a gauche et un apercu image a droite. Le Stimulus controller gere la selection et l'affichage.
3
Outils
2
Colonnes
1
Controller
click
Action
Exemple de code Twig
{% verbatim %}{% include '_organisms/landing/tools.html.twig' only %}
{# Structure d'un outil #}
tools: [
{
id: 'moodia',
icon: 'bubul-moodia',
title: 'Moodia',
description: 'Description...',
image: '/img/landing/step1.png'
}
]{% endverbatim %}
Apercu interactif - cliquez sur les outils
shared--landing-tools
toolItem (boutons) et preview (images)
click->shared--landing-tools#selectTool
Change les classes actives du bouton et affiche/masque le preview correspondant
Options de configuration
| Parametre | Type | Defaut | Description |
|---|---|---|---|
surtitle |
string | 'NOS BULLES' | Texte au-dessus du titre |
title |
string | 'Des outils IA qui...' | Titre principal |
tools |
array | [3 outils] | Array de {id, icon, title, description, image} |