> For the complete documentation index, see [llms.txt](https://docs.ult.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ult.dev/components/web-view.md).

# WebView \*

### Installation

{% hint style="info" %}
This component is not included by default, to use it import the following package:
{% endhint %}

{% tabs %}
{% tab title="NPM" %}

```bash
$ npm i react-ult-ext-webview
```

{% endtab %}

{% tab title="Yarn" %}

```
$ yarn add react-ult-ext-webview
```

{% endtab %}
{% endtabs %}

### Styles

* No specialized styles

### Props

| name | type                                       | description |
| ---- | ------------------------------------------ | ----------- |
|      |                                            |             |
|      |                                            |             |
|      | `'large' \| 'medium' \| 'small' \| 'tiny'` |             |
|      |                                            |             |

###
