Components

Ace Faqs

Multi-item FAQ section with collapsible question/answer pairs

Ace Faqs

Multi-item FAQ section with collapsible question/answer pairs.

Preview
Open in
Loading preview...

Installation

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

Usage

import { FAQs } from "@/components/vandoko/ace-faqs";

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

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-
questions
AceFaqsItem[]-

Lineage

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

Modifications

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

On this page