+
+ {option.icon}
+
{option.title}
+
+
+ {isWebContainer && webContainerSupported && (
+
+ Instant
+
+ )}
+ {isWebContainer && !webContainerSupported && browserCapabilities && (
+
+ Cloud
+
+ )}
+ {option.badge && (
+
+ {option.badge}
+
+ )}
+ {isLocked && (
+
+ 🔒
+
+ )}
+
+
+
+ {isWebContainer && !webContainerSupported && browserCapabilities
+ ? 'Preview via cloud sandbox (WebContainers unavailable)'
+ : option.description}
+
+