import { FilloForm } from "@usefillo/react";
export function Survey() {
return (
<FilloForm
formId="customer-survey"
onSubmitted={(id) => thank(id)}
/>
);
}
A few lines render the form in your own UI. Fillo keeps the responses, files, and exports behind it.