Components

Ace Faq

Single FAQ accordion with expand/collapse toggle and answer panel

Ace Faq

Single FAQ accordion with expand/collapse toggle and answer panel.

Preview
Open in
Loading preview...

Installation

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

Usage

import { FAQSection } from "@/components/vandoko/ace-faq";

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

Features

  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

3 props
PropTypeDefaultDescription
className
string-
heading
string-
items
AceFaqItem[]-

Lineage

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

Modifications

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

On this page