Homepage: Implement Feedback User (3Bear) #26
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Shop/Shop-Storefront#26
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Homepage: Implement Feedback Userto Homepage: Implement Feedback User (3Bear)VtFeedbackCard
VtFeedbackCard displays a grid of testimonial cards (image, name, subtitle, quote, CTA) and is fully driven by JSON config.
Component Key
VtFeedbackCardincomponent-mapand JSON.JSON Example
Item Fields
imageSrc: Path to image. Optional.imageAlt: Alt text for image. Defaults toname.name: Person name.subtitle: Role or description.quote: Testimonial text.cta.label: Button text.cta.href: Optional link; if missing, renders as a button.className,nameClassName,subtitleClassName,quoteClassName: Per-item style overrides.Styling Keys
className: Section container.title,titleClassName: Optional header text and style.gridClassName: Cards layout grid.cardClassName: Card container.imageClassName: Image styles.contentClassName: Inner content padding/layout.nameClassName,subtitleClassName,quoteClassName: Typography.ctaClassName: CTA button styles.Notes
imageSrcto create text-only cards.itemsarray in JSON.