Retab collapsible

This commit is contained in:
Feynman Liang 2025-02-12 13:49:37 -08:00
parent 113addef46
commit 361a98980e

View File

@ -34,7 +34,7 @@
import Spinner from './Spinner.svelte';
export let open = false;
export let id = '';
export let id = '';
export let className = '';
export let buttonClassName =
'w-fit text-gray-500 hover:text-gray-700 dark:hover:text-gray-300 transition';