# Installation

To install the React BUIDLER Component, you can install this in your project via NPM or Yarn:

{% tabs %}
{% tab title="NPM" %}
npm i @etherspot/react-transaction-buidler
{% endtab %}

{% tab title="Yarn" %}
yarn add @etherspot/react-transaction-buidler
{% endtab %}
{% endtabs %}

Once you have installed the package, you can then [integrate-react-component](https://v1.etherspot.io/buidler-react-component/integrate-react-component "mention").
