mirror of
https://github.com/acid-info/new-codex.storage.git
synced 2026-08-31 05:11:09 +00:00
12 lines
329 B
HTML
12 lines
329 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 }" />
|
|
<span class="tooltip">{ item.name }</span>
|
|
</a>
|
|
</div>
|