Iconiq is an open-source library of motion-powered React components built around the shadcn registry workflow. Browse polished UI primitives, install them as local files, and adapt them inside your own codebase.
Installation
npx shadcn@latest add @iconiq/faq-proProps
FaqPro
4 props
Searchable FAQ accordion with rounded cards, animated panels, query highlighting, and automatic expansion for filtered results.
items
FaqProItem[]Required
Array of `{ id, question, answer }` entries. Each id must be unique within the list.
searchPlaceholder
stringDefault
Search FAQs...Placeholder copy for the search field.
defaultOpenFirst
booleanDefault
falseOpens the first item when there is no active search query.
className
stringOptional class names applied to the root container.
Notes
Search filters by question and answer text. The first matching row opens automatically while you type.
Only one FAQ panel can be open at a time. Clicking another item closes the previous one.
Matched substrings render inside a highlight mark in both the question and answer.
When the query is cleared, the list returns to the default open state controlled by defaultOpenFirst.