Skip to content

Commit

Permalink
feat(playground): add sample page
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jul 21, 2023
1 parent 25c74dd commit bf896e2
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=2, user-scalable=yes, viewport-fit=cover"
/>

<script type="module" src="https://cdn.jsdelivr.net/npm/@alwatr/icon/+esm"></script>
</head>
<body class="h-full w-full max-w-full max-h-full m-0 p-0 overflow-clip transform-gpu break-words touch-pan-x touch-pan-y touch-pinch-zoom bg-background font-vazirmatn text-onBackground text-bodyMedium [contain:size_layout_paint_style] [overscroll-behavior:none]">
<main class="p-10">
Expand All @@ -27,6 +26,7 @@
<li class="text-primary"><a href="./navigation-rail.html">Navigation Rail</a></li>
<li class="text-primary"><a href="./fab-icon.html">FAB Icon</a></li>
<li class="text-primary"><a href="./button.html">Button</a></li>
<li class="text-primary"><a href="./page-test.html">Page Test</a></li>
</ol>
</main>
</body>
Expand Down
Loading

0 comments on commit bf896e2

Please sign in to comment.