Submit Product

Let your users work for you!

  • Component: <SubmitProduct/>

  • Path: /components/shared/submit-product.tsx

  • Import:

import { SubmitProduct } from "@/components/shared/submit-product";

Users can suggest/submit products with this simple modal. No dedicated page so it does not disturb their navigation too much.

Most fields are optional to not discourage people.

Users must be logged in to submit, if they're not, the SignIn modal will be triggered instead.

Last updated