Stepper

Exemple
2
Ipsum
3
Dolor
4
Sit amet
5
Conceptuor


La gestion se fait fait via l'alimentation d'un tableau.

$stepperList = [
    ['label' => 'Lorem', 'status' => 'ok', 'link' => '1'],
    ['label' => 'Ipsum', 'status' => 'ok', 'link' => ''],
    ['label' => 'Dolor', 'status' => 'current', 'link' => ''],
    ['label' => 'Sit amet', 'status' => 'off', 'link' => ''],
    ['label' => 'Conceptuor', 'status' => 'off', 'link' => '']
];
include('inc/common/compo/stepper.php'); 
Configuration
Thème
Bases
Atomes
Molécules
Organismes
Projet GC
Projet KIOSQUE