+
+
+
+ {props.moveButtonLabel ?? DEFAULT_MOVE_BUTTON_LABEL}
+
+
+
+ {props.tools.map((tool) => (
+
+
+ {tool.Component ? (
+
+
+ {tool.name}
+
+ ) : (
+
+
+ {tool.name}
+
+ )}
+
+
+ {tool.name}
+
+
+ ))}
+
+
+ setIsOpen(false)}
+ className={cn(
+ props.closeButtonClassName ?? DEFAULT_CLOSE_BUTTON_CLASS,
+ )}
+ >
+
+
+ {props.closeToolbarLabel ?? DEFAULT_CLOSE_TOOLBAR_LABEL}
+
+
+
+