@reputation.link/vyps-kit
v0.5.8
Published
> **Documentation is a few versions behind!** > We should update this at some point.
Downloads
18
Readme
VYPS Kit
Documentation is a few versions behind! We should update this at some point.
Contains our latest widget and demo source code.
How to use the widget
- Install with
npm install @reputation.link/vyps-kit
- Import and use!
import { SecurityWidget } from '@reputation.link/vyps-kit'
const MyComponent = (props) => {
<SecurityWidget
url={'https://reputation.link/protocols/tracer'}
left // Place left - right is default
color={"#3E58C9"} // Background
textColor={"#ffffff"} // Text and icon colour
inset={[40, 40]} // Coordinate offset from corner
/>
}