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
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-feedbacksUsage
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
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
items | AceFeedbackItem[] | — | - |
Dependencies
motion
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/feedbacks |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction