24 lines
843 B
HTML
24 lines
843 B
HTML
<!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>
|