mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-29 19:17:05 +00:00
This PR adds a floating window to the free non dev mode of Figma showing the slint properties for any selected item. It also enables type checking for the project in CI. It brings back the React frontend code. More documentation is needed.
15 lines
357 B
HTML
15 lines
357 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/index-react.tsx"></script>
|
|
|
|
</body>
|
|
</html>
|