accepts children
import Card from '@fuzdev/fuz_ui/Card.svelte'; children
type
Snippet<[]>href?
Renders the card as an <a> when provided.
type
stringoptional
tag?
type
stringoptional
align?
type
"left" | "right" | "above" | "below"optional default
'left'icon?
type
string | Snippet<[]>optional
a_attrs?
Anchor attributes, applied only when href renders the card as an <a>.
type
HTMLAnchorAttributesoptional
intersects
HTMLAttributes<HTMLElement>