# Description
Github page (opens new window) NPM (opens new window)
We have created a web-component that allows you to display Uniqe NFT Proof for a web3 user on your website. It is synchronised with our TheGraph instance, and also aggregate lenses profiles;
# Usage
<html>
<head>
<!-- Include the minified js file, replace the <VERSION> tag with the current one -->
<script src="https://unpkg.com/uniqe-widget@<VERSION>/dist/main.js"></script>
</head>
<body>
<!-- Just include the wallet address of the user and you're set ! -->
<uniqe-widget address="0x..."></uniqe-widget>
</body>
</html>
You can also import it in vue, since it's a vue based component.
import UniqeWidget from 'uniqe-widget/components/UniqeWidget.ce.vue';