This commit is contained in:
Marta Kowalska
2025-10-22 08:13:59 +00:00
commit 80ca059fb8
162 changed files with 16816 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/react-favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://docs.svar.dev/react/gantt/samples/"/>
<title>SVAR React Gantt Component - Demos</title>
<meta
name="description"
content="Explore all features of SVAR React Gantt Component. Try out tasks editing, drag-and-drop UI, managing dependencies and lightning-fast rendering speed with large datasets. Each demo includes a link to the source code."
/>
<style>
html, body, #root {
padding:0; margin: 0; height: 100%;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/demos/index.jsx"></script>
</body>
</html>