Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed May 23, 2023
1 parent 7346649 commit 108c719
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/arcgrid.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
<div class="core items-1">
<div class="item xs" style="transform: translate(-50%, -50%);"></div>
</div>
<div class="ring-1" style="width: 120px; height: 120px;">
<div class="z-progress" style="--progress: 75"></div>
</div>
<div class="ring-1 items-6">
<div class="arc"></div>
<div class="arc"></div>
Expand All @@ -90,6 +87,11 @@
<div class="arc"></div>
<div class="arc"></div>
</div>
<div class="ring-1 " style="--progress: 55; width: 110px; height: 110px;">
<div class="item xs" style="--item-number: 2; --angle: calc(-90 + var(--progress) * 3.6)"></div>
<div class="z-progress"></div>
</div>




Expand Down

0 comments on commit 108c719

Please sign in to comment.