accepts children
import Details from '@fuzdev/fuz_ui/Details.svelte'; open?
type
booleanoptional bindable
children
type
Snippet<[]>eager?
Children are lazily rendered by default,
enabling transitions and improving performance, sometimes significantly.
Pass true to render children eagerly to gain
ctrl+f functionality while trading away the benefits.
Consider a <details> element instead of making this component eager.
type
booleanoptional
summary
type
string | Snippet<[]>summary_attrs?
type
HTMLAttributes<HTMLElement>optional
intersects
SvelteHTMLElements['details']