We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This utility allows you to use JS to more safely open links to new sites. it adds the '_blank' & 'noopener' directives to your link.
<Button onClick={() => goURI('https://www.google.com/')} > Go to Google.com </Button>