mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 13:52:06 +08:00
11 lines
No EOL
336 B
Text
11 lines
No EOL
336 B
Text
<%# locals: (icon:, text:, subtext:) %>
|
|
|
|
<div class="flex gap-3 items-center">
|
|
<div>
|
|
<%== part("components/icon", name: icon, classes: "text-orange-600 h-8 w-8") %>
|
|
</div>
|
|
<div>
|
|
<div class="font-bold text-gray-900"><%== text %></div>
|
|
<div class="text-gray-600"><%== subtext %></div>
|
|
</div>
|
|
</div> |