> For the complete documentation index, see [llms.txt](https://v1.etherspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v1.etherspot.io/buidler-react-component/installation.md).

# 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](/buidler-react-component/integrate-react-component.md).
