@google/dscc
Version:
`dscc` (Data Studio Community Component) is a library to help with the building of community components for Google Data Studio. It can be used as a standalone library, or as a npm dependency.
24 lines (19 loc) • 359 B
HTML
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style>
body {
font-family: Roboto;
}
code {
background-color: #fdf6e3;
color: #586e75;
}
</style>
</head>
<body>
<script src="main.js"></script>
<link rel="stylesheet" href="index.css">
</body>
</html>