14 lines
232 B
Markdown
14 lines
232 B
Markdown
# 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>
|
|
```
|