import { Button } from "@formbricks/ui"; import { DocumentDuplicateIcon } from "@heroicons/react/24/outline"; import { useRouter } from "next/router"; export default function HeadingCentered() { const router = useRouter(); return (

What are you waiting for?

Try it right now!

Dive right in or browse docs for examples.
Questions? Join our Discord, we’re happy to help!

npm install @formbricks/react

); }