React Contact
Delightful contact forms for React.
Collect contacts without building a backend. Just add a form to your page, and watch the contacts roll in.
Step 1. Collect your Contacts
It's not hard building a contact form...
But sometimes you just want plug and play.
const { send } = useContact();
const onSubmit = async (data: ContactFormData) => {
await send(data);
};
Step 2. View your Contacts
It's not hard building a contact form...
But sometimes you just want plug and play.
const { send } = useContact();
const onSubmit = async (data: ContactFormData) => {
await send(data);
};