Files
new-codex.storage/@library/github-slider.html
T
2025-07-08 16:45:08 +02:00

17 lines
372 B
HTML

<div @name="github-slider" class="slider github-slider { class }">
<a
href="https://github.com/{ item.name }"
:for="item in items"
class="slider-item"
target="_blank"
>
<img
src="{ item.src }"
width="{ item.width }"
height="{ item.height }"
loading="lazy"
/>
<span class="tooltip">{ item.name }</span>
</a>
</div>