CustomGFormCustomGForm

Dark Theme Form

A sleek, developer-focused feedback form with dark mode.

Provide a comfortable viewing experience in low-light environments with a beautiful dark theme.

1
import CustomGForm from '@customgform-lib/react-customgform';
2
3
export default function Example() {
4
return <CustomGForm formId="cmskbzznu001fwncskczlq7u5" />;
5
}