# cal-react

Makes the embed available as a React component.

To add the embed on a webpage built using React. Follow the steps

```bash
yarn add @calcom/embed-react
```

```jsx
import Cal from "@calcom/embed-react"
<Cal></Cal>
```