{% extends 'base.html.twig' %} {% block title %}Nav Item - Design System - Bubul{% endblock %} {% block body %}
{% verbatim %}{% include '_molecules/nav-item/nav-item.html.twig' with {
label: 'Dashboard',
icon: 'home',
href: '/dashboard',
active: true
} %}{% endverbatim %}
Paramètre : locked — Affiche un cadenas rouge
Default
Primary
Minimal
| Paramètre | Type | Défaut | Description |
|---|---|---|---|
label | string | (requis) | Texte du lien |
href | string | '#' | URL de destination |
icon | string | null | Nom de l'icône |
badge | string | null | Texte du badge (compteur) |
active | bool | false | État actif |
collapsed | bool | false | Mode collapsed (icône seule) |
locked | bool | false | Affiche un cadenas rouge (verrouillé) |
variant | string | default | default, primary, minimal |
size | string | md | sm, md, lg |
external | bool | false | Lien externe (nouvelle fenêtre) |
disabled | bool | false | État désactivé |