> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets.md).

# Claim Widgets

#### **Current Version**

1.16.1

{% content-ref url="/pages/b6okdLxN9vg2EVLKJvzu" %}
[Version Change Notes](/manifold-for-developers/resources/widgets/claim-widgets/version-change-notes.md)
{% endcontent-ref %}

#### **Javascript Library**

<https://claims.manifoldxyz.dev/1.16.1/claimComplete.umd.min.js>

#### Base CSS

<https://claims.manifoldxyz.dev/1.16.1/claimComplete.css>

#### Required Properties

* **data-widget:** The type of claim widget you wish to use
* **data-id**: The id of the claim you've created

## Peer Dependencies

{% hint style="danger" %}
Requires with the [Connect Widget](/manifold-for-developers/resources/widgets/connect-widget.md) (>= 2.2.0) or your own instantiated instance of the [Manifold Ethereum Provider](/manifold-for-developers/resources/manifold-ethereum-provider.md).
{% endhint %}

{% hint style="info" %}
Uses the [Wallet Identity Widget](/manifold-for-developers/resources/widgets/wallet-identity-widget.md) (>= 2.0.0) to display a claim seller's details. If this is not included, the seller's details will not appear.

This only affects `m-claim-complete`.
{% endhint %}

{% hint style="info" %}
Uses the [Restricted Token Widget](/manifold-for-developers/resources/widgets/restricted-token-widget.md) (>= 0.1.0) to display the marketplace on which the listing's token is blocked, if any. If this is not included, the widget will not appear.

This only affects `m-claim-complete .`
{% endhint %}

## Overview

Claim widgets are a set of customizable UI components that allow you to create a fully customized claim page experience.

They have been used by artists to build put [multiple claims on one page](https://notabledrops.pepe.wtf/) and many other examples to come.

## Creating Claims

Claims are created and managed via the [Claim Page app in Manifold Studio](https://studio.manifold.xyz/apps/2537426615)

## Adding Claim Widgets

You can find detailed instructions on how to install and use widgets for your specific website stack by referring to [Step 3 in the Getting Started Guide](/manifold-for-developers/guides/getting-started.md#step-3-add-manifold-widgets-to-your-website). Step 1 and 2 are not required for this widget.
