# Installing the Widget

If you have any questions along the way, please contact us on our [Discord](https://discord.com/invite/squidrouter) in the ***⛓│developers*****&#x20;channel**.

### Installation

{% hint style="info" %}
To install the widget you need to register a partner ID with the Squid Team, please [complete this form](https://form.typeform.com/to/cqFtqSvX?) to acquire one.
{% endhint %}

```tsx
<
SquidStakingWidget
 config={{
  integratorId: "<partner-id>",
  // ... Other config options, such as theme, titles, etc.
}} />
```

`integratorId` for squid to keep track of partners, complete the [form](https://l19g3aali76.typeform.com/integrator-id) to acquire it.

Install the Squid Widget npm package:

```
npm i @0xsquid/staking-widget
```

or

```
yarn add @0xsquid/staking-widget
```
