import { Fillo } from "@usefillo/react";
export function SupportForm() {
return (
<Fillo.Form id="support">
<Fillo.Email id="email"
label="Work email" />
<Fillo.Phone id="phone"
label="Phone" />
<Fillo.Rating id="urgency"
label="How urgent?" />
</Fillo.Form>
);
}Your interface stays yours.
Your route and components render the form directly—no iframe, foreign font, or detached flow. Start with the default controls, replace individual fields, or own the entire layout.
React, Vue, Svelte, Astro, or plain browser apps. Your CSS and design system stay in charge.