+
+ {plugin.name}
+
+ copyToClipboard(installCommand)}
+ className="cursor-pointer text-gray-500 hover:text-blue-500 text-xs"
+ />
+
+
+ {/* Show description on mobile */}
+
+
+ {plugin.description || "No description"}
+
+
+
+ );
+ },
+ },
+ {
+ header: "Description",
+ accessorKey: "description",
+ enableSorting: true,
+ sortingFn: "alphanumeric",
+ cell: ({ row }) => {
+ const plugin = row.original;
+
+ return (
+