Homepage: Implement Feedback User (3Bear) #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
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.