cal.pub0.org/packages/embeds/embed-react
Hariom Balhara 4a58da62d6
[Feature]Booking Embed (#2227)
2022-03-31 09:45:47 +01:00
..
src [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00
README.md [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00
env.d.ts [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00
index.html [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00
package.json [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00
test-cal.tsx [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00
tsconfig.json [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00

README.md

cal-react

Makes the embed available as a React component.

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

yarn add @calcom/embed-react
import Cal from "@calcom/embed-react"
<Cal></Cal>