@mongodb-js/mongodb-ui-components
Version:
A collection of frequently used functional UI components found on mongodb.com
19 lines (17 loc) • 402 B
HTML
<html>
<head>
<style>
body { margin: 0 }
</style>
<link rel="stylesheet" href="index.css" />
<script
async
id='mongodb-nav-data'
data-props='{"isOpaque":true,"searchUrl":"https://www.google.com/#q=","includeSearch":true}'
data-container='#react-nav-root'
src="index.js"></script>
</head>
<body>
<div id="react-nav-root" style='position:relative'></div>
</body>
</html>