Complete Claim Widget

The claim complete widget is the full claim page that you are used to. It is prescriptive in the layout, but you should be able to override styles using CSS (see Customization & Styling).

This is the widget that you are looking for if you simply want to embed a full Manifold Claim page into your custom website. It requires the least amount of effort to get a claim page up and running.

m-claim-complete

This widget contains the complete layout for the claim page.

An example page created with a combination of multiple of these widgets is the Notable Pepes page.

<div
  data-widget="m-claim-complete"
  data-id="INSTANCE_ID"
></div>

Last updated