feat: add preview catalog and catalog group and header
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<section class="catalog-group">
|
||||
<div class="group-title">
|
||||
<span>{label}</span>
|
||||
<i>{count} <!-- --> TOOLS</i>
|
||||
<i>{count.toString().padStart(2, "0")} <!-- --> TOOLS</i>
|
||||
</div>
|
||||
<div class="tool-cards">
|
||||
{@render children()}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
<div class="catalog-total">
|
||||
<b>{total}</b>
|
||||
<span>TOOLS<br />AVAILABLE</span>
|
||||
<span>TOOLS<br /> AVAILABLE</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<span class="tool-index">
|
||||
{index !== undefined ? index.toString().padStart(2, "0") : ""}
|
||||
</span>
|
||||
<span class="tool-arrow"><ArrowUpRight size={16} /></span>
|
||||
<ArrowUpRight class="tool-arrow" size={16} />
|
||||
</a>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user