Files
perspective-dev--perspective/tools/test/src/html/basic-test.html
T
2026-07-13 12:25:07 +08:00

32 lines
1.1 KiB
HTML

<!doctype html>
<html>
<head>
<script type="module" src="/node_modules/@perspective-dev/viewer-datagrid/dist/cdn/perspective-viewer-datagrid.js"></script>
<script type="module" src="/node_modules/@perspective-dev/viewer-charts/dist/cdn/perspective-viewer-charts.js"></script>
<script type="module" src="/node_modules/@perspective-dev/test/load-viewer-csv.js"></script>
<link rel="stylesheet" href="/node_modules/@perspective-dev/viewer/dist/css/pro.css" />
<link rel="stylesheet" href="/node_modules/@fontsource/roboto-mono/400.css" />
<style>
perspective-viewer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-family: "Roboto Mono" !important;
--preload-fonts: "Roboto Mono:400";
}
perspective-viewer-datagrid::part(regular-table) {
font-family: "Roboto Mono";
}
</style>
</head>
<body>
<perspective-viewer></perspective-viewer>
</body>
</html>