mCaptcha / glue

glue code to setup mCaptcha on your website
7 stars 7 forks source link

Add Documentation for Next.JS based projects #72

Closed SebastianGode closed 3 months ago

SebastianGode commented 6 months ago

As I'm using NextJS for our projects I wanted to add a short documentation on how to use it with mCaptcha. Also there were some issues with the React component name in the example which I fixed.

You might also want to push the rc3 tag to main as it won't work with modern React with the default npm package as already discussed here: https://github.com/mCaptcha/glue/issues/63

SebastianGode commented 3 months ago

@realaravinth Do you want to merge this?