@sujalchoudhari/solaris-ui
Version:
A UI framework to create HTML pages with just JavaScript.
8 lines • 421 B
HTML
<div class="flex flex-col items-center justify-center">
<div class="flex -space-x-4">
{{#images}}
<img alt="" class="w-12 h-12 border rounded-full dark:bg-gray-500 dark:border-gray-700" src="{{.}}">
{{/images}}
<span class="flex items-center justify-center w-12 h-12 font-semibold border rounded-full dark:bg-gray-900 dark:text-gray-100 dark:border-gray-700">+{{moreNum}}</span>
</div>
</div>