# Integrate React Component

## Get started quickly

Simply copy and paste the code below:

```jsx
import {
  Etherspot,
} from "@etherspot/react-transaction-buidler";

/**
 * This is all that is needed to get started.
 * To customise this, see the possible props
 * you can pass in. the docs.
 */
function RenderEtherspot(props) {
  return <Etherspot />;
}
```

This will render the Etherspot BUIDLER React Component with default options.

### Next Steps

Once you have integrated the `<Etherspot />` component, you can find out how to:

* Use [shared-sessions](https://v1.etherspot.io/buidler-react-component/shared-sessions "mention")
* Use [cross-chain-klima-dao-staking](https://v1.etherspot.io/buidler-react-component/build-your-own-block/cross-chain-klima-dao-staking "mention")
