# Getting Started

{% tabs %}
{% tab title="Plain Js" %}
You need to load following javascript link in your application.

{% code overflow="wrap" %}

```javascript
<script src="https://unpkg.com/webtonative@1.0.95/webtonative.min.js"></script>
```

{% endcode %}
{% endtab %}

{% tab title="ES6+" %}
Install npm plugin for the same

```
npm install webtonative
```

{% endtab %}
{% endtabs %}
