1 variant
FAQ Wall
The questions that always follow a price, as disclosures that open without a layout pass, with a way out at the bottom.
Questions
The ones people ask before they sign up.
- A seat is one person with access. Adding somebody mid-month is prorated to the day, and removing them frees the seat immediately.
- Nothing you have to do. The report is reconciled nightly, so the figure on the last day of the month is the figure you file.
- Yes. CSV and a read-only Postgres replica, on every Acme plan.
- Both, and they land against the month the original charge was made in rather than the month they were processed.
Still deciding?
We answer in a few hours, usually less.
import { FaqWall } from "@/components/blocks/faq-wall";
export default function Page() {
return (
<FaqWall
defaultOpen={[0]}
items={[
{
question: "How is a seat counted?",
answer: "A seat is one person with access, prorated to the day.",
},
]}
contact={{ title: "Still deciding?", actionLabel: "Contact us", actionHref: "/contact" }}
/>
);
}243 more lines ship with an easeUI Pro license.
Buy a licenseInstall
$ bunx --bun shadcn add @easeui-pro/faq