+ {/* Header */}
+
+
+ {/* Stats Bar */}
+
+ {(gh) => (
+
+
+
+
{prettifyNumber(gh().stars)}
+
Stars
+
+
+
+
+
{prettifyNumber(gh().contributors.count)}
+
Contributors
+
+
+
+
+
{gh().license}
+
License
+
+
+
+
+
{new Date(gh().latest_release!.ts).toLocaleDateString()}
+
Latest Release
+
+
+
+ )}
+
+
+ {/* Action Cards Grid */}
+
+ {/* Get Started */}
+
+
+
Get Started
+
+
+
+ Website
+
+
+
+
+
+ Documentation
+
+
+
+
+
+ {/* Contribute */}
+
+ {(url) => (
+
+
Contribute
+
+
+ Good First Issues
+
+
+ )}
+
+
+ {/* Jobs */}
+
+ {(url) => (
+
+
Jobs
+
+
+ Find jobs on GitJobs
+
+
+ )}
+
+
+ {/* Community */}
+
0}>
+
+
Community
+
+ {(link) => (
+
+
+ {link.label}
+
+ )}
+
+
+
+
+ {/* Social */}
+
0}>
+
+
Social
+
+ {(link) => (
+
+
+ {link.label}
+
+ )}
+
+
+
+
+ {/* Code */}
+
0}>
+
+
Code
+
+ {(link) => (
+
+
+ {link.label}
+
+ )}
+
+
+
+
+
+ {/* Footer */}
+
+ Powered by CNCF Landscape
+
+
+ );
+ }}
+