Components

Ace Feedbacks

Feedback cards with motion/react animated entrance and star ratings

Ace Feedbacks

Feedback cards with motion/react animated entrance and star ratings.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-feedbacks

Usage

import { Feedbacks } from "@/components/vandoko/ace-feedbacks";

export default function Page() {
  return <Feedbacks />;
}

Features

  • Animated -- Smooth entrance and interaction animations via motion/react
  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

2 props
PropTypeDefaultDescription
className
string-
items
AceFeedbackItem[]-

Dependencies

  • motion

Lineage

PropertyValue
Source@aceternity/feedbacks
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

  • oklch color conversion
  • Vandoko design token integration
  • Props interface extraction

On this page