Paramètres:
- sticky: true/false - navbar collante avec animation smart scroll
- centered: true/false - centre le contenu dans un container
- class: classes CSS additionnelles
Slots:
- logo: Logo/branding (affiché aussi dans le drawer mobile)
- start: Navigation principale à gauche (après le logo)
- center: Contenu central (recherche, etc.)
- end: Contenu à droite (boutons, profil, etc.)
Fonctionnalités:
- Responsive avec drawer mobile automatique
- Smart navbar sticky avec Alpine.js (hide/show au scroll)
- Zones flexibles alignées avec DaisyUI (navbar-start, navbar-center, navbar-end)
{% endcomment %}
{% if start or center or end %}
{% endif %}
{{ logo }}
{% if start %}
{% endif %}
{% if center %}
{% endif %}
{% if end %}
{{ end }}
{% endif %}
{{ logo }}
{% if start %}
{% endif %}
{% if center %}
{% endif %}
{% if end %}
{% endif %}