# amwal-widget-modal



<!-- Auto Generated Below -->


## Properties

| Property            | Attribute            | Description                                                                          | Type                                       | Default     |
| ------------------- | -------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------ | ----------- |
| `animationType`     | `animation-type`     | Animation type for modal entrance                                                    | `"default" \| "fade" \| "slide" \| "zoom"` | `'default'` |
| `config`            | --                   | Widget configuration including price, installments, and URL                          | `WidgetConfig`                             | `undefined` |
| `debug`             | `debug`              | Enable debug mode for additional console logs                                        | `boolean`                                  | `false`     |
| `disableAnimations` | `disable-animations` | Disable animations (useful for testing or accessibility)                             | `boolean`                                  | `false`     |
| `layoutTheme`       | `layout-theme`       |                                                                                      | `"desktop" \| "mobile"`                    | `'mobile'`  |
| `locale`            | `locale`             | The language of the plugin. Supported languages are Arabic ("ar") and English ("en") | `string`                                   | `"en"`      |


## Events

| Event        | Description | Type                |
| ------------ | ----------- | ------------------- |
| `modalClose` |             | `CustomEvent<void>` |


## Dependencies

### Used by

 - [amwal-widget](.)

### Graph
```mermaid
graph TD;
  amwal-widget --> amwal-widget-modal
  style amwal-widget-modal fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
