Skip to content

Commit

Permalink
feat(playground): make icon-button
Browse files Browse the repository at this point in the history
  • Loading branch information
AbolfazlRasoulizade authored and njfamirm committed Jul 26, 2023
1 parent 746207d commit 29b4f37
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ui/playground/button.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html class="h-full w-full [overscroll-behavior:none]">
<html dir="rtl" class="h-full w-full [overscroll-behavior:none]">
<head>
<base href="/" />

Expand All @@ -21,6 +21,13 @@
<body
class="m-0 h-full max-h-full w-full max-w-full transform-gpu touch-pan-x touch-pan-y touch-pinch-zoom overflow-clip break-words bg-background p-0 font-vazirmatn text-bodyMedium text-onBackground [overscroll-behavior:none] [contain:size_layout_paint_style]"
>
<div id="alwatr_pwa"></div>
<div
id="alwatr_pwa"
class="flex h-full max-h-full w-full max-w-full flex-col flex-nowrap items-stretch overflow-clip"
>
<div class="flex w-10 h-10 rounded-full bg-surfaceContainerHighest text-Primary items-center justify-center hover:stateHover-onSurface m-1 active:stateActive-onSurface">
<alwatr-icon name="menu-outline" class="w-6 h-6"></alwatr-icon>
</div>
</div>
</body>
</html>

0 comments on commit 29b4f37

Please sign in to comment.