Modal Cards

modal-cards-tw
Mountain Vista

Mountain Vista

Ocean Waves

Ocean Waves

Forest Path

Forest Path

Customize

Props

NameTypeDefaultDescription
cardsCardData[]defaultCardsArray of card data to display (id, imageUrl, title, description, gradientColor)
classNamestring""Additional CSS classes for the container
gradientColorstring"#6366f1"Default gradient color for all cards (can be overridden per card)
animationSpeed"slow" | "normal" | "fast" | "none""normal"Animation speed preset controlling all animation timings
springStiffnessnumberundefinedOverride spring stiffness for animations (affects bounce/snap)
springDampingnumberundefinedOverride spring damping for animations (affects smoothness)
animationVariant"scale" | "fade" | "slide""scale"Animation variant for modal entry (scale uses layoutId morphing)
closeOnBackdropClickbooleantrueClose modal when clicking the backdrop
closeOnEscapebooleantrueClose modal when pressing the Escape key
showCloseButtonbooleantrueShow close button (×) in the modal
ariaLabelstring"Card details modal"Aria label for modal accessibility
backdropGradientPositionstring"50% 10%"Position of backdrop radial gradient center
modalClassNamestring""Custom CSS classes for the modal container
backdropClassNamestring""Custom CSS classes for the backdrop