VCOS UIVCOS UI
Components

FAQ Section

Editorial FAQ section with a sticky heading, custom plus or minus accordion toggles, and light or dark variants.

Preview

Section

FAQ Section

A two-column FAQ layout with a sticky editorial heading, custom plus or minus toggles, and light or dark presentation modes.

Editorial Light

Bright editorial treatment with subtle dividers and a warm accent on the custom toggle.

Frequently
asked
questions

Contrast Dark

High-contrast black presentation for darker landing pages while keeping the same spacious layout.

Frequently
asked
questions

Usage

import { FaqSection } from "@/components/ui/faq-section";

Props

PropTypeDefaultDescription
itemsReadonlyArray<{ question: string; answer: string }>RequiredFAQ entries rendered in the accordion.
accentColorstringRequiredCSS color value applied to the custom plus or minus toggle.
variant"light" | "dark""light"Switches the background, border, and text treatment.
classNamestringNoneOptional classes applied to the outer section wrapper.

On this page