# Function: OfferStandardEmbed()

```typescript
export function OfferStandardEmbed({
  offer,
  domain: domainProp,
  inheritParameters = false,
  parameters = {},
  customer: customerProp,
  dynamicResize = true,
  onComplete,
  onSuccess,
  onError,
  events: eventsProp = {},
}: StandardEmbedProps)
```

Defined in: [embeds/NumiStandardEmbed.tsx:10](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/NumiStandardEmbed.tsx#L10)

## Parameters

### \_\_namedParameters

[`StandardEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/StandardEmbedProps)

## Returns

`Element`

Source: https://plandalf.com/docs/packages/react/functions/OfferStandardEmbed
