{# ============================================================ #} {# — responsive toolbar with heading and actions #} {# #} {# A flexible toolbar that displays a heading/content area on #} {# the left and action buttons on the right. Stacks vertically #} {# on mobile, switches to horizontal layout at breakpoint. #} {# #} {# Props: #} {# row – True|sm|md|lg|xl|2xl (default: md) #} {# True = always row, breakpoint = row at/above #} {# gap – Tailwind gap size (default: 2) #} {# class – Additional classes on wrapper #} {# #} {# Slots: #} {# (default) – Left content (heading, breadcrumbs, etc) #} {# actions – Right content (buttons, action group) #} {# #} {# Examples: #} {# #} {#

Page Title

#} {# #} {# #} {# #} {#
#} {# #} {# ... #} {# ============================================================ #}
{{ slot }}
{% if actions %}
{{ actions }}
{% endif %}