cal.pub0.org/packages/embeds/embed-react/README.md

15 lines
232 B
Markdown
Raw Normal View History

2022-03-31 08:45:47 +00:00
# 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>
```