> 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/integrate-react-component.md).

# 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](/buidler-react-component/shared-sessions.md)
* Use [Cross-chain KLIMA DAO Staking](/buidler-react-component/build-your-own-block/cross-chain-klima-dao-staking.md)
