mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
ActionEntryButton 컴포넌트 추가
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
<div class={["flex-shrink-0 text-lg", props.iconClass]}>
|
||||
<Icon />
|
||||
</div>
|
||||
<div class="flex flex-grow flex-col gap-y-1 truncate text-left">
|
||||
<p class={["font-medium", props.textClass]}>
|
||||
<div class="flex flex-grow flex-col overflow-x-hidden text-left">
|
||||
<p class={["truncate font-medium", props.textClass]}>
|
||||
{@render children?.()}
|
||||
</p>
|
||||
{#if subtext}
|
||||
<p class="text-xs text-gray-800">
|
||||
<p class="truncate text-xs text-gray-800">
|
||||
{@render subtext()}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user