+ {url ? (
+
0 && 'text-xs',
+ isActive ? 'bg-primary-container' : 'bg-surface',
+ )}
+ >
+ {title}
+
) : (
-
+
0 && 'text-xs',
+ isActive ? 'bg-primary-container' : 'bg-surface',
+ )}
+ >
+ {title}
+
+ )}
+ {collapsible && hasChildNodes && (
+
)}
-
+
)
- })}
-